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

api.tweet_replies only scrapes up to 10 replies #215

Open
jasminex21 opened this issue Sep 10, 2024 · 1 comment
Open

api.tweet_replies only scrapes up to 10 replies #215

jasminex21 opened this issue Sep 10, 2024 · 1 comment

Comments

@jasminex21
Copy link

Hi,

I'm trying to scrape replies to a large number of tweets for a research study. I've noticed that tweet_replies only scrapes up to 10 replies (ranges between 8-10), even though manually searching up a tweet by tweet ID shows that the parent tweet has far more than 10 replies. Can this possibly be addressed, or am I using the function incorrectly?

async for tweet in self.api.tweet_replies(twid=tweet_id, limit=-1): ...

@kqvanity
Copy link

Updates?

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