Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/defgsus/brain-discord
- Owner: defgsus
- Created: 2018-06-16T00:56:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-30T20:59:13.000Z (over 6 years ago)
- Last Synced: 2024-10-10T16:09:32.611Z (3 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
```