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

22 lines
681 B
Markdown
Raw Normal View History

2019-05-31 12:37:39 +00:00
# `royalnet` [![PyPI](https://img.shields.io/pypi/v/royalnet.svg)](https://pypi.org/project/royalnet/)
2019-03-22 10:22:21 +00:00
2019-05-31 12:37:39 +00:00
The fifth rewrite of the Royal Network!
2019-03-26 11:38:31 +00:00
2019-05-31 12:37:39 +00:00
It has a lot of submodules, many of which may be used in other bots.
2019-03-26 11:38:31 +00:00
2019-05-31 12:37:39 +00:00
[Documentation available here](https://royal-games.github.io/royalnet/html/index.html).
2019-08-23 21:41:30 +00:00
## Installation for the Royal Games community
With `python3.7` and `pip` installed, run:
```bash
pip install royalnet
pip install websockets --upgrade
export TG_AK="Telegram API Key"
export DS_AK="Discord API Key"
export DB_PATH="sqlalchemy database path to postgresql"
export MASTER_KEY="A secret password to connect to the network"
python3.7 -m royalnet.royalgames -OO
```