twitter-follow-bot
twitter-follow-bot copied to clipboard
A tool for automatically following a bunch of Twitter accounts
twitter-follow-bot
A tool for automatically following a bunch of Twitter accounts
Installation:
Requires Python 3.x. Only required library is Selenium, install it as pip3 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
$ python3 twitter-bot.py
[*] The filename of the csv: input.csv
[*] Twitter Password for SkullTech101:
[*] Following user: defcon... Done!
[*] Following user: github... Done!
[*] Following user: SkullTech101... Done!