Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skulltech/twitter-follow-bot
A tool for automatically following a bunch of Twitter accounts
https://github.com/skulltech/twitter-follow-bot
bot python python3 selenium twitter
Last synced: about 1 month ago
JSON representation
A tool for automatically following a bunch of Twitter accounts
- Host: GitHub
- URL: https://github.com/skulltech/twitter-follow-bot
- Owner: skulltech
- License: mit
- Created: 2016-12-10T19:39:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-07-11T12:12:55.000Z (over 4 years ago)
- Last Synced: 2024-08-01T20:49:15.924Z (4 months ago)
- Topics: bot, python, python3, selenium, twitter
- Language: Python
- Size: 6.84 KB
- Stars: 27
- Watchers: 6
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - skulltech/twitter-follow-bot - A tool for automatically following a bunch of Twitter accounts (Python)
README
# 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
```console
$ 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!
```