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
2020-01-30 19:33:27 +01:00
docs Update docs 2020-01-30 19:33:15 +01:00
docs_source Update docs 2020-01-30 19:33:15 +01:00
pycharm_templates Add typing to pycharm templates 2020-01-30 19:33:27 +01:00
royalnet With generic extractor, infer track name from id3 tags 2020-01-30 19:29:07 +01: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
poetry.lock With generic extractor, infer track name from id3 tags 2020-01-30 19:29:07 +01:00
pyproject.toml With generic extractor, infer track name from id3 tags 2020-01-30 19:29:07 +01:00
README.md Add experimental Matrix support 2019-12-22 19:25:28 +01: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 all royalnet modules, run:

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

You will soon be able to install only the modules you need instead of the full package, but the feature isn't ready yet...

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 alchemy_easy -E bard -E constellation -E sentry -E herald -E coloredlogs

Developing royalnet packages

See the royalnet-pack-template project.

Documentation

royalnet's documentation is available here.