Search
Social Media - Mubix
Login

Scripts and Programs > Twitter Scripts

  • File

    unblock_all.rb

     (1K)
    A ruby script will call Twitter's API and pull the IDs of everyone you block and then make HTTP requests to unblock them, saving as many API calls as possible. DEPENDENCIES: Net::HTTP and REXML
  • File

    unfollow_followed.py

     (1K)
    A python script that automates the unfollowing of everyone you follow. DEPENDENCIES: python-twitter
  • File

    unfollow_followers.py

     (1K)
    A python script that automates the unfollowing of everyone who follows you that you aren't following. (Use the other script first if you are trying to 0 out. Or if you just want to get rid of everyone who doesn't reciprocate. DEPENDENCIES: python-twitter