A multipurpose bot and web framework
Project description
royalnet
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.