Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 634 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 634 Bytes

yet another discord bot

He/She/It can

  • talk nonsense from movie subtitle files
  • evaluate python one-liners with !py expression
  • search on wikipedia with !wiki [cc] [num] term

deployment

To create a bot and token see discordapp, a walk-through can be found here.

Create tools/bot_credentials.py and insert:

BOT_TOKEN = "your_token"

Then,

virtualenv -p python3 env
source env/bin/activate
pip install -r requirements.txt
python brian-bot.py