⚠️ This codebase is not yet ready for production usage.
This can be used as a library, or as a standalone binary.
$ git clone
this repository on the main branch$ cargo build --release
rss_feeds.txt
file, one per line$ target/release/blazing-fast-rss-watcher test
Available modes: test
, http
, telegram
Optionally:
.env
file with BOT_TOKEN
and CHAT_ID
for posting to Telegram (required in telegram
mode)cargo add blazing-fast-rss-watcher
main.rs
for an example. The process_rss_feeds
function is the main entrypoint. The config::AppConfig
struct is the main configuration struct, which is the parameter to process_rss_feeds
.::from_env()
method on the AppConfig
struct.