My challenge is to fetch all the list of followers of an account with over 30 million followers.
Currently i'm using the GET followers/list
endpoint on Twitter's REST API, however, with the rate limiting of the free API this takes lots of days to achieve.
I am willing to pay Twitter for Premium API access, however I could not find any data suggesting that the Premium API has the necessary endpoints and sufficient rate limiting to help resolve this task in a matter of hours at the most.
Would appreciate any insight on this matter...