2017-03-15 20:06:10 +00:00
|
|
|
# Royal Bot the Third
|
|
|
|
|
2017-03-27 10:21:59 +00:00
|
|
|
[![Build Status](https://travis-ci.org/Steffo99/royal-bot-the-third.svg?branch=master)](https://travis-ci.org/Steffo99/royal-bot-the-third)
|
|
|
|
|
2017-03-15 20:06:10 +00:00
|
|
|
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
|
2017-03-20 15:46:15 +00:00
|
|
|
- `discord.py[voice]` to connect to Discord
|
2017-03-15 20:06:10 +00:00
|
|
|
- `bcrypt` to encrypt passwords in the database
|
|
|
|
|