Download Twitter Followers

Ever wanted to download followers from somebody’s Twitter account in a basic list format? I recently made one that does just that. Its pretty easy to use too (has some jQuery to have a better interface).

Download Twitter Follower PHP Script

Note: This is just a quick version of the script, not really tested in secure environments or anything. Expect the script to break if you don’t type in a real screen name, watch your API call limits, or if you don’t have a valid authentication login.

Instructions

  1. Download, Extract, Upload to Web Server
  2. Edit get.php (username and password)
  3. http://path.to/script
  4. Type in a valid screen name and you’re good to go

There are limitations to this such as the Twitter API calling limit. You can only follow so many people before the script breaks unless your IP or account is whitelisted. You might think..well okay the API call limit per hour is 150, that means I can search 150 screen names in 1 hour, that’s not bad at all. WRONG. The program can only grab 100 followers per call, so say I wanted to grab an account with 1000 followers, it will take 10 API calls to grab all 1000 followers. If you wanted to grab 10 accounts with 1000 followers…well you can do the math. 15 Accounts per hour with that situation is inefficient. Getting an account whitelisted can help ya overcome that limit.

For a more professional version of this script with more features, contact me and I will give you a quote. It’s good having such a feature on your site, it’ll help you market your business or website better with millions of twitter accounts recorded on your database.