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
2019-08-25 18:04:05 +02:00
docs Update docs 2019-08-25 17:44:47 +02:00
docs_source Update docs 2019-08-25 17:44:47 +02:00
royalnet Bump version 2019-08-25 18:04:05 +02:00
tests Dictnetwork seems to be working 2019-05-22 02:20:20 +02:00
.gitignore Add venv to .gitignore 2019-05-31 10:22:48 +02:00
LICENSE.txt Create LICENSE.txt 2019-04-26 17:51:08 +02:00
MANIFEST.in Update MANIFEST.in 2019-07-06 01:58:38 +03:00
README.md Update README.md 2019-08-23 23:41:30 +02:00
requirements.txt Update before version upgrade 2019-07-31 18:11:27 +02:00
SECURITY.md Update SECURITY.md 2019-08-17 00:49:34 +03:00
setup.py Update before version upgrade 2019-07-31 18:11:27 +02:00
to_pypi.bat Fix missing commands 2019-08-25 18:03:23 +02:00

royalnet PyPI

The fifth rewrite of the Royal Network!

It has a lot of submodules, many of which may be used in other bots.

Documentation available here.

Installation for the Royal Games community

With python3.7 and pip installed, run:

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