Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get the Replies of a Tweet #329

Open
ivancantarino opened this issue Oct 6, 2020 · 3 comments
Open

Get the Replies of a Tweet #329

ivancantarino opened this issue Oct 6, 2020 · 3 comments

Comments

@ivancantarino
Copy link

Hello,

I was wondering how does one fetch the replies from a given tweet?

Does anyone know?

There's no getReplies method within the API and I think I'm missing something to get the replies for a specific tweet.

@meteochu
Copy link
Contributor

meteochu commented Oct 7, 2020

Twitter API 1.1 doesn't have replies anymore. IIRC, one way to get replies is probably to search for tweets with a specific username and filter by tweets using the in_reply_to_status_id property.

@ivancantarino
Copy link
Author

Ohh... didn't knew that the API wouldn't provide the tweet replies query.

I'll do some tests, in regard of what you've suggested.

Thanks

@ivancantarino
Copy link
Author

this kinda sums what you've said 🙃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants