Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 614 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 614 Bytes

bakerbot

Bakerbot is a Discord bot written in Python. Originally made as a learning exercise, now used by friends as a somewhat useful bot and used by me to experiment with dumb ideas.

Features

  • Component-based frontends for Wolfram|Alpha and Mangadex.
  • Jokes (some of them are actually funny, I swear).
  • A starboard implementation.

Prerequisites

Python (preferably not the snake variety).

$ pip install -r requirements.txt

You'll also need a keychain.py file with the following structure:

DISCORD_TOKEN: str
DEBUG_GUILD: int
WOLFRAM_ID: str
WOLFRAM_SALT: str
POSTGRES_URL: str