-
Notifications
You must be signed in to change notification settings - Fork 195
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
There is no way to get all tweet replies. #252
Comments
Hi, |
Just double checked, empty string throws this error.
|
A solution with |
Is your feature request related to a problem? Please describe.
From my understanding, there is no way to get all the replies of a tweet. It seems like the only way to get the replies of a tweet is to hit the
/search/recent
route and supply a query paramconversation_id
which is the tweet id.Describe the solution you'd like
A function that returns all tweet replies.
Describe alternatives you've considered
It might be possible to use the v2
search
function to solve this. The issue with this function is that it requires you supply it some string to search for, when in this case all we need to supply is the query paramconversation_id
Additional context
N/A
Sorry if there is already a way to do this and I've missed it!
The text was updated successfully, but these errors were encountered: