All Questions

Coding Twitter

Anyone know how to correctly fetch few or better all replies to certain tweet with Twitter API?

Is it possible?

author WBE User

Reply
3 Answers

I think you can use the search api, and filter using conversation_id

writen by Daniel Nguyen

For KTool I used 3 different api: • search endpoint + conversation id for tweet less than 7 days old • User timeline endpoint for tweet more than 7 days old, but not too old (more than most recent 3200 tweets) • Scraping twitter page using pupeteer for very old tweets :D

writen by Daniel Nguyen

Do you want to ask a question?


Related Questions