1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

Merge remote-tracking branch 'origin/master'

This commit is contained in:
Steffo 2017-03-18 21:32:50 +01:00
commit d741eadbd4

18
README.md Normal file
View file

@ -0,0 +1,18 @@
# 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`.
- `asyncio`
- `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` to connect to Discord
- `bcrypt` to encrypt passwords in the database