-
Notifications
You must be signed in to change notification settings - Fork 576
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
Can I obtain the replies of a tweet? #193
Comments
No, but you can obtain the replies to an person and then filter out the result. |
@taspinar And how can I do that? The tweets that are replies to a person (with the option "filter:replies" in the advanced search) do not mention the id of the tweet they are replying to. For example |
Can you have a look at #100. |
@taspinar So I'd have to modify tweet.py to implement what you are saying, right? Because this reply_to_id idea is not implemented right now |
No not yet. |
I modified tweet.py and got what I needed. Thanks @taspinar I will close this issue. |
If I have a tweet with an id, can I pass this id to twitterscrapper to obtain all replies of the original tweet?
The text was updated successfully, but these errors were encountered: