1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 11:34:18 +00:00
Services network for the RYG community
Find a file
2020-05-06 19:48:59 +02:00
docs Improve documentation 2020-03-11 16:47:07 +01:00
docs_source Improve documentation 2020-03-11 16:23:08 +01:00
pycharm_templates Done? 2020-02-11 23:03:14 +01:00
royalnet Further separate the modules from each other 2020-05-06 19:48:59 +02:00
tests Start work on 5.1 2019-11-12 02:11:12 +01:00
.gitattributes Update docs 2020-01-30 19:33:15 +01:00
.gitignore Bump version 2020-01-16 02:27:56 +01:00
LICENSE.txt Create LICENSE.txt 2020-03-28 00:31:04 +01:00
poetry.lock Fix discord bug 2020-04-14 03:07:28 +02:00
publish.bat publish: 5.5 2020-02-11 23:05:45 +01:00
pyproject.toml publish: 5.7.8 2020-04-30 19:13:57 +02:00
README.md Update README.md 2020-03-29 18:33:32 +02:00
sample_config.toml Add experimental Matrix support 2019-12-22 19:25:28 +01:00

royalnet PyPI

A multipurpose bot framework and webserver

About

royalnet is a Python framework that allows you to create interconnected modular chat bots accessible through multiple interfaces (such as Telegram or Discord), and also modular websites that can be connected with the bots.

Supported bot platforms ("serfs")

Installing

To install royalnet, run:

pip install royalnet

To install a specific module, run:

pip install royalnet[MODULENAME]

To install all royalnet modules, run:

pip install royalnet[telegram,discord,matrix,alchemy_easy,bard,constellation,sentry,herald,coloredlogs]

Documentation

royalnet's documentation is available here.

Developing royalnet

To develop royalnet, you need to have Poetry installed on your PC.

After you've installed Poetry, clone the git repo with the command:

git clone https://github.com/Steffo99/royalnet

Then enter the new directory:

cd royalnet

And finally install all dependencies and the package:

poetry install -E telegram -E discord -E matrix -E alchemy_easy -E bard -E constellation -E sentry -E herald -E coloredlogs