Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/defgsus/brain-discord

Yet another discord bot
https://github.com/defgsus/brain-discord

discord-bot discord-py nonsense python-eval subtitles

Last synced: 23 days ago
JSON representation

Yet another discord bot

Awesome Lists containing this project

README

        

## 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](https://discordapp.com/developers/applications/me),
a walk-through can be found [here](https://github.com/reactiflux/discord-irc/wiki/Creating-a-discord-bot-&-getting-a-token).

Create `tools/bot_credentials.py` and insert:
```python
BOT_TOKEN = "your_token"
```

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