Skip to content

A tool for automatically following a bunch of Twitter accounts

License

Notifications You must be signed in to change notification settings

indrajithbandara/twitter-follow-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twitter-follow-bot

A tool for automatically following a bunch of Twitter accounts

Installation:

Install Python 3: https://www.python.org/downloads/
Install Selenium: pip install selenium

Set up:

Enter all the information in the config.ini file.
All the handles of the Twitter accounts to be followed must be in a CSV file in the format shown in the input.csv file.

Running the script:

Make sure that the input csv file is in the same directory as of the script and the config.ini file. Then run the script from command-line like the following

sumit@HAL9000:~/Documents/twitter-follow-bot$ python3 twitter-bot.py 
[?] The filename of the csv: input.csv
Following user: defcon
Following user: github

About

A tool for automatically following a bunch of Twitter accounts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%