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

375 B

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)