mirror of
https://github.com/RPCS3/discord-bot.git
synced 2024-11-26 19:50:36 +00:00
Source code for RPCS3's Discord bot.
.vscode | ||
api | ||
.gitignore | ||
bot_config.py | ||
bot_utils.py | ||
bot.py | ||
database.py | ||
LICENSE | ||
log_analyzer.py | ||
math_parse.py | ||
math_utils.py | ||
README.md | ||
stream_handlers.py |
discord-bot
Dependencies:
- python3.6 or newer
- pip for python3
$ pip install -U git+https://github.com/Rapptz/discord.py@rewrite#egg=discord.py[voice]
- pyparsing for python3 (distro package or through pip)
- requests for python3 (distro package or through pip)
- peewee for python3 (distro package or through pip)
Optional stuff for private testing:
- create an app
- add a user bot to this new app (look at the bottom of the app page)
- notice the Bot User Token
- add your new bot to your private server
- change IDs in
bot_config.py
for your channels and users
How to run:
$ python3 bot.py bot_user_token