Skip to content

23f2005683/boo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boo 🙈

A quirky chatter bot for Discord servers (currently serving VVIP Kitchen)

Steps to run

  1. Clone this repo
  2. Register for Cloudflare Workers AI
  3. Store the API keys and account ID provided by Cloudflare in your environment variables (check config.py code for reference)
  4. Login to Discord's developer portal and create a new application with bot enabled on it
  5. Create a DISCORD_TOKEN and store it in your environment variables of the same name (check config.py code for reference)
  6. Install dependencies and run
git clone git@github.com:kashifulhaque/boo.git;
cd boo;
python3 -m venv .venv; source .venv/bin/activate; # OPTIONAL, but recommended
python -m pip install -r requirements.txt;
python main.py;

About

You can chat with Boo by either replying to his message or tagging him in a text channel named #chat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%