A python twitter bot that unfollows twitter accounts for you based on number of followers, if they follow you back, or if they are inactive (haven't tweeted for a specified number of days).
Enter in your specific consumer and access tokens in the lines for the twitter api: auth = tweepy.OAuthHandler('consumer_token', 'consumer_secret') auth.set_access_token('access_token','access_token_secret')
and uncomment one of the methods under if name == "main": and it should be good to run