Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 725 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 725 Bytes

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 =   '*********************',
)