Hey guys, I have a Discord bot that users link their Twitter username to. When I run a command, it fetches the retweets from a specific tweet and give out roles to our users that linked their Twitter.
So from going through each API request to twitter, the api returns chunks of followers in approx 100 user segments. While this varies, it paginates this so we can fetch far more. However, the cursors to access the next page run out before all the retweets have been returned.
Any ideas to fix this?
1 Like
I wanted to add that Twitter fetches 297 retweets for all of the tweets I collect data for. Not sure why this is the case.