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-04-20 10:11:20 +02:00
.gitignore New configuration system, this time for real 2017-03-29 09:32:38 +02:00
.travis.yml Renamed grandbot.py 2017-03-29 11:22:51 +02:00
database.py Removed more login stuff 2017-04-20 10:08:39 +02:00
extradiscord.py Renamed royaldiscord.py 2017-03-29 11:23:20 +02:00
README.md Added travis badge 2017-03-27 12:21:59 +02:00
requirements.txt Added requirements file 2017-03-27 12:00:37 +02:00
royalbot.py Removed even more login stuff 2017-04-20 10:11:20 +02:00
royalbotconfig.py New configuration system, this time for real 2017-03-29 09:32:38 +02:00
telegram.py Ho fatto talmente tante cose che non lo so più neanche io 2017-03-30 12:53:55 +02:00

Royal Bot the Third

Build Status

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