TWITTER PYTHON AUTO FOLLOW BOT
- Python3.6
- Chrome Webdriver
- Python Virtual Environment
- Install python3.6 and pip
- Create a new Virtual Environment
pyvenv ~/<PATH>/<TO>/venv
- Enter the Virtual Environment;
- Install requirements use;
pip3 install -r requirements.txt
python3 twitter_bot.py <any_twitter_account> <follower_count_as_integer>
- It opens hidden browser window and try login with your account.
- Your username and password just stay your computer. It send anywhere.
- It follows Everyone
- argv[1] = twitter page for follower find
- argv[2] = follower number