rss-forwarder
rss-forwarder copied to clipboard
Checks RSS feeds for new entries and forwards them
I installed JQ and Rustinit, following all the defaults. Then, in an elevated PowerSgell window, I typed in "cargo install rss-forwarder" as mentioned on the main page. It downloads all...
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.87 to 1.0.89. Release notes Sourced from serde_json's releases. v1.0.89 Fix invalid JSON incorrectly accepted when a large number has no digits after decimal point (#953) v1.0.88...
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.21.2 to 1.22.0. Release notes Sourced from tokio's releases. Tokio v1.22.0 Added runtime: add Handle::runtime_flavor (#5138) sync: add Mutex::blocking_lock_owned (#5130) sync: add Semaphore::MAX_PERMITS (#5144) sync: add merge()...
hi, sorry that i can't get started. Here is an example config ```toml # Feed 1 [feeds.github-blog] url = "https://github.blog/all.atom" interval = "10m" retry_limit = 5 sink.type = "discord" sink.url...
hi! thanks for making this. i'm trying this out as an atom/rss -> filtering/enriching -> json feed aggregator. The `custom` data format is nearly compatible with [JSON Feed item](https://www.jsonfeed.org/version/1.1/#items-a-name-items-a). The...
Is it possible to add a new sink for RocketChat please? RocketChat webhooks accepts the following payload example: ``` { "text": "Example message", "attachments": [ { "title": "Rocket.Chat", "title_link": "https://rocket.chat",...
Hello! Thanks for this awesome utility. Is it possible to specify a default Sink URL? Like defining it at the top of config file instead of repeating it for 10-20...
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.196 to 1.0.198. Release notes Sourced from serde's releases. v1.0.198 Support serializing and deserializing Saturating<T> (#2709, thanks @jbethune) v1.0.197 Fix unused_imports warnings when compiled by rustc 1.78...
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.33 to 0.4.38. Release notes Sourced from chrono's releases. v0.4.38 This release bring a ca. 20% improvement to the performance of the formatting code, and a convenient...
Bumps rust from 1.75.0-bookworm to 1.77.2-bookworm. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...