Blazing Fast RSS Watcher

This codebase is not yet ready for production usage.

How to run it

  1. $ git clone this repository on the main branch
  2. $ cargo build --release
  3. Place your rss links in the rss_feeds.txt file, one per line
  4. $ target/release/blazing-fast-rss-watcher test

Available modes: test, http, telegram

Optionally:

TODO