Automate personalized Twitter responses with Chirp-Bot—a Python-based bot leveraging the Selenium framework and TweetGPT Chrome Extension. Perfect for customer service, engagement, or just for fun!
- Automated Twitter replies
- Easy to configure
- Built with Selenium and the TweetGPT Chrome Extension
- Python 3.x
- Google Chrome (Version 94)
- ChromeDriver (Version 94.0.4606.41)
- Create a virtual environment:
python3 -m venv my_project_env
- Activate the virtual environment:
source venv/bin/activate
source venv\Scripts\activate
Install required Python packages:
pip install -r requirements.txt
This repository includes chromedriver.exe
which is compatible with Chrome Version 94 on Windows.
Place your settings and credentials in config/settings.json
.
Navigate to the src/
directory and run:
python main.py