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: 3 months ago
JSON representation
Yet another discord bot
- Host: GitHub
- URL: https://github.com/defgsus/brain-discord
- Owner: defgsus
- Created: 2018-06-16T00:56:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-30T20:59:13.000Z (almost 7 years ago)
- Last Synced: 2025-02-05T07:31:53.890Z (5 months ago)
- Topics: discord-bot, discord-py, nonsense, python-eval, subtitles
- Language: Python
- Size: 284 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```