Skip to content

defgsus/brain-discord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages