rssto/crates/http/README.md
2026-01-08 14:05:16 +02:00

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)