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 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
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.
Source Distribution
Built Distribution
Hashes for royalnet-5.8.14-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 56cfe4966b636c5fe4deb763899c8a8b32c0827880dbe0774e181aefdcb7a640 |
|
MD5 | d9f6da68f39ee5c03c10844c33df191c |
|
BLAKE2b-256 | ed10e071f6f3aae1d0c21785e15d557dd0b895e6942e4486a8a9f0435b553da7 |