This is a rewrite of our old feedbot in rust, heavily inspired from rek2's INN matrix bot and making use of some bits from matrix-rust-sdk This is an asynchronous tokio-based matrix client using a stateless feed fetcher implementation based on reqwest, it uses feed_rs for parsing RSS and Atom feeds. State persistence is achieved using a simple file-backed datastore with serde_yaml as a serialization format. Published under the GNU General Public License version 3 or later.
Go to file
Mirsal ENNAIME eec85739c2
Initial code dump: matrix feedbot, aka bender
This is a rewrite of our old feedbot in rust, heavily inspired from
rek2's INN matrix bot and making use of some bits from matrix-rust-sdk

This is an asynchronous tokio-based matrix client using a stateless feed
fetcher implementation based on reqwest, it uses feed_rs for parsing RSS
and Atom feeds. State persistence is achieved using a simple file-backed
datastore with serde_yaml as a serialization format.

Published under the GNU General Public License version 3 or later.
2024-11-22 13:01:29 +00:00
src Initial code dump: matrix feedbot, aka bender 2024-11-22 13:01:29 +00:00
.gitignore Initial code dump: matrix feedbot, aka bender 2024-11-22 13:01:29 +00:00
Cargo.lock Initial code dump: matrix feedbot, aka bender 2024-11-22 13:01:29 +00:00
Cargo.toml Initial code dump: matrix feedbot, aka bender 2024-11-22 13:01:29 +00:00
Dockerfile Initial code dump: matrix feedbot, aka bender 2024-11-22 13:01:29 +00:00
LICENSE Initial code dump: matrix feedbot, aka bender 2024-11-22 13:01:29 +00:00