Skip to content

kujuh3/Twitter-follow-unfollow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mass follow and or unfollow users of another user

I guess you could also call it a follower churn bot. Twitter is real hush hush about their limits in numbers so how likely this'll get you banned will depend on your own usage.

Usage

1. Get your API keys from twitter developer page

2. Change key values in environment file

3. Install required libraries:

pip install tweepy pip install dotenv

4. Run

python main.py

Logic

Data written to files are in realtime so random quits wont matter

  • Ignores.txt file contains users that have been previously followed by the program -> these users will be ignored in future
  • Followed.txt contains users that have been followed but not unfollowed

    Input and actions

  • 1. Ask for user whos followers to be followed -> ask for amount -> follow users -> add users that have been followed to ignores and followed file.
  • 2. Ask for amount of users to be unfollowed -> unfollow given amount of users from oldest to latest -> delete entries from followed list
  • 3. Exit
  • About

    Mass follow and or unfollow users of another user

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published