├── LICENSE ├── README.md ├── config.ini ├── input.csv ├── requirements.txt └── twitter-bot.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skulltech/twitter-follow-bot/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skulltech/twitter-follow-bot/HEAD/README.md -------------------------------------------------------------------------------- /config.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skulltech/twitter-follow-bot/HEAD/config.ini -------------------------------------------------------------------------------- /input.csv: -------------------------------------------------------------------------------- 1 | defcon 2 | github 3 | -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | selenium 2 | -------------------------------------------------------------------------------- /twitter-bot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skulltech/twitter-follow-bot/HEAD/twitter-bot.py --------------------------------------------------------------------------------