Skip to content

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)

Notifications You must be signed in to change notification settings

DCinWeb3/twitter_unfollower_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

twitter_unfollower_bot

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

About

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)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages