1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
Services network for the RYG community
Find a file
2017-03-22 19:34:47 +01:00
.gitignore Renamed. Again. 2017-03-14 14:35:56 +01:00
database.py bugfics 2017-03-22 19:16:56 +01:00
extra_discord.py Added Discord account system 2017-03-22 19:13:22 +01:00
grandbot.py fics 2017-03-22 19:34:47 +01:00
README.md Update README.md 2017-03-20 16:46:15 +01:00
telegram.py Added some spaces? 2017-03-22 19:13:11 +01:00

Royal Bot the Third

A (not yet) modular multiservice bot written in Python 3.6!

Development has just started, so it isn't ready yet for use.

Dependencies

To install the dependencies (on Linux) you need to install python3.6-dev and libffi-dev.

  • aiohttp
  • async_timeout (actually, not anymore, even in it will be reintroduced soon)
  • sqlalchemy to access the Royal Games database
  • markovify for the /markov command
  • discord.py[voice] to connect to Discord
  • bcrypt to encrypt passwords in the database