Name
matrix-rss-bridge
Description
matrix-rss-bridge is a bridge for reading RSS feeds in Matrix rooms.
Author
Isaac Beverly
Maturity
Released
Language
python
License
GPL-3.0-only
Requires Python ^3.8
python3 -m pip install poetry
git clone https://gitlab.com/imbev/matrix-rss-bridge.git
cd matrix-rss-bridge
python3 -m poetry install
Create config.toml
to configure the bridge.
# config.toml
homeserver = "https://example.com"
username = "username"
password = "password"
interval = 60 # seconds
[[bridge]]
name = "matrix.org blog"
feed_url = "https://matrix.org/blog/feed"
room_id = "!AUweUQXCxcVfFOaOIU:matrix.org"
python3 -m poetry run bridge