Metadata-Version: 2.1
Name: royalnet
Version: 5.0a55
Summary: The great bot network of the Royal Games community
Home-page: https://github.com/royal-games/royalnet
Author: Stefano Pigozzi
Author-email: ste.pigozzi@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Internet
Classifier: Topic :: Database
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Multimedia :: Video
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: python-telegram-bot (>=11.1.0)
Requires-Dist: websockets (>=7.0)
Requires-Dist: psycopg2-binary (>=2.8)
Requires-Dist: aiohttp (>=3.5.4)
Requires-Dist: sqlalchemy (>=1.3.2)
Requires-Dist: Markdown (>=3.1)
Requires-Dist: dateparser (>=0.7.1)
Requires-Dist: discord.py (>=1.0.1)
Requires-Dist: youtube-dl (>=2019.4.24)
Requires-Dist: ffmpeg-python (>=0.1.17)
Requires-Dist: PyNaCl (>=1.3.0)
Requires-Dist: werkzeug (>=0.15.4)
Requires-Dist: flask (>=1.0.3)
Requires-Dist: markdown2 (>=2.3.8)
Requires-Dist: mcstatus (>=2.2.1)
Requires-Dist: sortedcontainers (>=2.1.0)
Requires-Dist: sentry-sdk (>=0.11.1)

# `royalnet` [![PyPI](https://img.shields.io/pypi/v/royalnet.svg)](https://pypi.org/project/royalnet/)

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](https://royal-games.github.io/royalnet/html/index.html).

## 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
```


