mirror of
https://github.com/YGGverse/rssto.git
synced 2026-03-31 17:15:29 +00:00
| .. | ||
| src | ||
| templates | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
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 therssto-llmcrate)