Py-Twitterbot is a Python, Selenium-based program that leverages smart following and unfollowing strategies to maximize the reach of your Twitter(X) profile through a local Firefox driver.
- Copy the code base from GitHub
- Install poetry with: "pipx install poetry" in terminal
- Initialize poetry environment with 'poetry install' in terminal
- Run the main.py file to initialize the local files
- Fill in the creds.txt file at AppData\Roaming\TwitterBot\creds.txt with your Twitter login info
- Start the bot using the interface's START button