mirror of
https://github.com/YGGverse/rssto.git
synced 2026-04-01 09:35:28 +00:00
14 lines
No EOL
375 B
Markdown
14 lines
No EOL
375 B
Markdown
# rssto-http
|
|
|
|
Web server implementation based on the Rocket engine
|
|
|
|
> [!NOTE]
|
|
> In development!
|
|
|
|
```
|
|
cd rssto/crates/rssto-http
|
|
cargo run -- --mysql-username {USER} \
|
|
--mysql-password {PASS} \
|
|
--mysql-database {NAME}
|
|
```
|
|
* optionally, use `--provider-id {ID}` to filter content using post-processing results (e.g. generated by the `rssto-llm` crate) |