You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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): ...
The text was updated successfully, but these errors were encountered:
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): ...
The text was updated successfully, but these errors were encountered: