mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Merge remote-tracking branch 'origin/master' into master
This commit is contained in:
commit
79304e12ba
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -38,16 +38,16 @@ Connections between different hosts are possible too, even if they currently are
|
|||
|
||||
The Constellation service is a [Starlette](https://www.starlette.io )-based webserver that can supply dynamic pages ("_stars_") while being connected to the other parts of Royalnet through the Herald.
|
||||
|
||||
#### APIs
|
||||
|
||||
The Constellation service also offers utilities for creating REST APIs as Python functions with `dict`s as inputs and outputs, leaving (de)serialization, transmission and eventually authentication to Royalnet.
|
||||
|
||||
### _Deprecated:_ [Bard](royalnet/bard)
|
||||
|
||||
The Bard module allows Royalnet services to safely download and convert video files through [youtube-dl](https://youtube-dl.org/) and [ffmpeg](https://ffmpeg.org/).
|
||||
|
||||
It is mainly used to playback music on Discord Channels.
|
||||
|
||||
#### APIs
|
||||
|
||||
The Constellation service also offers utilities for creating REST APIs as Python functions with `dict`s as inputs and outputs, leaving (de)serialization, transmission and eventually authentication to Royalnet.
|
||||
|
||||
### Sentry
|
||||
|
||||
Royalnet can automatically report uncaught errors in all services to a [Sentry](https://sentry.io )-compatible server, while logging them in the console in development environments to facilitate debugging.
|
||||
|
@ -109,4 +109,4 @@ poetry install -E telegram -E discord -E matrix -E alchemy_easy -E bard -E const
|
|||
|
||||
## Help!
|
||||
|
||||
Need help in anything Royalnet-related? [Open a issue on GitHub!](https://github.com/Steffo99/royalnet/issues/new)
|
||||
Need help in anything Royalnet-related? [Open a issue on GitHub!](https://github.com/Steffo99/royalnet/issues/new)
|
||||
|
|
Loading…
Reference in a new issue