There's an existing Twitter account with 500,000 followers.
How do I download a complete list of followers for a Twitter account of that size?
|
There's an existing Twitter account with 500,000 followers. How do I download a complete list of followers for a Twitter account of that size? |
||||
|
|
|
You can use the twitter REST api to get all the followers. First you need the followers/ids method: https://dev.twitter.com/docs/api/1/get/followers/ids With that method you can get all the id's (beware you can only get 5000 id's at the time). If needed you can get more info for the follower(s) with the users/lookup method: |
|||||||||||||||||||
|