mirror of
https://github.com/maubot/rss.git
synced 2025-08-03 20:34:20 -04:00
A RSS plugin for maubot
![]() Resolves the problem of incorrectly duplicated entries in feeds that update content but don’t explicitly provide entry IDs. Example feed: - https://www.to-rss.xyz/wikipedia/current_events/ Example entry: <item> <title>Current events: 2022-07-13</title> <link>https://en.wikipedia.org/wiki/Portal:Current_events/2022_July_13</link> <description>[VARIABLE CONTENT]</description> <pubDate>Wed, 13 Jul 2022 00:00:00 -0000</pubDate> </item> <item> This behavior is suggested by the common practice of using an entry’s link as its ID value, and is consistent with typical feed aggregators such as Feedbin and Inoreader. |
||
---|---|---|
.github/workflows | ||
rss | ||
.gitignore | ||
.gitlab-ci.yml | ||
.pre-commit-config.yaml | ||
base-config.yaml | ||
LICENSE | ||
maubot.yaml | ||
pyproject.toml | ||
README.md |