Skip to content

bahadirdogru/tweepy-unfollower

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

twepy-unfollower [PoC]

Unfollow nonfollowers with python and tweepy

you need to add keys.py and it should be something like that:

account1keys = dict(
    user_id= '*******',
    screen_name = '*******',
    consumer_key =          '*********************',
    consumer_secret =       '*********************',
    access_token =          '*********************',
    access_token_secret =   '*********************',
)

account2keys = dict(
    user_id= '*******',
    screen_name = '*******',
    consumer_key =          '*********************',
    consumer_secret =       '*********************',
    access_token =          '*********************',
    access_token_secret =   '*********************',
)

About

Unfollow nonfollowers with ptython and tweepy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages