It currently replies with insults using evil insults api to home timeline and mentions timeline.
Planning to add Sentiment analysis to reply with compliments, motivation and random facts.
Bruh Bot 69 on Twitter
- Python3
- Twitter API Keys
- Step-1: Make a .env file with your API Keys
API_KEY = "Your API key here"
API_KEY_SECRET = "Your API key secret here"
ACCESS_TOKEN = "Your Access token"
ACCESS_SECRET = "Your Access token secret"
BEARER_TOKEN = "Your Bearer token"
- Step-2: Make a last_ids.json file to store tweet ids
{
"last_mention_id": 0,
"last_home_id": 0
}
After configuration make sure you have all the libraries which are used to run this bot properly.
If you have all the libraries then run main.py file