From d7680cd45492814d07b1d253945247fb9b45153b Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 15 Mar 2017 21:06:10 +0100 Subject: [PATCH] Added readme --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..66a0b9b3 --- /dev/null +++ b/README.md @@ -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 +