Source code for RPCS3's Discord bot.
Go to file
2018-05-07 22:44:04 +02:00
.vscode changed what settings are being extracted from logs 2018-02-25 21:28:16 +05:00
api Zip support added 2018-04-22 11:16:48 +02:00
.gitignore Update README.md 2018-02-20 16:07:45 +01:00
bot_config.py Fix 2018-05-07 22:31:15 +02:00
bot_utils.py better solution that doesn't break log analyzer 2018-04-02 23:21:05 +05:00
bot.py Lets not fuck up again 2018-05-07 22:44:04 +02:00
database.py Fix 2018-05-07 22:31:15 +02:00
LICENSE Create LICENSE 2017-10-17 01:43:12 +02:00
log_analyzer.py this fixes log parsing for upcoming log format changes (#40) 2018-05-07 15:48:46 +02:00
math_parse.py Sqrt 2018-02-05 00:09:54 +01:00
math_utils.py also fix !top 0 2018-04-03 02:00:56 +05:00
README.md readme typo fix 2018-02-25 21:35:34 +05:00
stream_handlers.py Zip support added 2018-04-22 11:16:48 +02:00

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:

How to run:

  • $ python3 bot.py bot_user_token