Skip to content

shivamchhapola/Bruh-Bot69

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bruh Bot for Twitter

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

Requirements

  • Python3
  • Twitter API Keys

Configuration

  • 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
}

How to run

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

Cat Image

Here's a pic of a random cat
I love cats

About

Bruh Bot69 public repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages