A simple Twitter bot that tweets every 24 hours the amount of time Bobby Shmurda has been released from prison and has not released a song.
sudo docker run -it -e consumer_key=<YOUR_KEY> -e consumer_secret=<YOUR_KEY> -e access_token=<YOUR_KEY> -e access_token_secret=<YOUR_KEY> ghcr.io/ejach/bobbybot:latest
- Clone the repository
- Install the requirements using
pip3 install -r requirements.txt
- Edit the
.env
file with your twitter tokens and API keys (reference) - Start the program by running
python3 main.py
- Go crazy
This is intended as a joke, please do not take it seriously.