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 unsure if I'm using this tool wrong, but I'm trying to fetch basically every tweet from a user. When I do this, though, I'm only getting 829 tweets, of their 42,000. Added logs to the module directly showing that getTweetTimeline has an empty array tweets that breaks out of the function.
I'm unsure if I'm using this tool wrong, but I'm trying to fetch basically every tweet from a user. When I do this, though, I'm only getting 829 tweets, of their 42,000. Added logs to the module directly showing that
getTweetTimeline
has an empty arraytweets
that breaks out of the function.Is there any way to get more tweets than this?
For reference, here's the code:
There's no exhausted auth or anything, just runs out of tweets for seemingly no reason.
The text was updated successfully, but these errors were encountered: