-
-
Notifications
You must be signed in to change notification settings - Fork 138
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
Extracting Tweets with replies #104
Comments
Hi, @TharushaIQZ. This cannot be done in twscrape directly via a special handler, but can be done via search: async for tw in api.search("conversation_id:1637235385070678017 filter:replies"):
print(tw) or with CLI twscrape search "conversation_id:1637235385070678017 filter:replies"
Note for me: twitter can load replies directly by |
@TharushaIQZ, you was resolved your question? I |
hello owner has this been added? pls add huhuhu , i want to get all comments and their nested replies in a tweet.. also do u have discord or any socmed where i can recommend more suggestions? |
Should be added in v0.11. If something wrong open new issue please. |
can u pls teach to use huhuh |
Existing user_tweets_and_replies function extracts tweets and replies posted by a particular given user. However I want to extract all the replies of a particular tweet in my twitter profile. Is it possible using twscrape?
The text was updated successfully, but these errors were encountered: