No description
Find a file
Kumi ec815b1487
Improve feed list handling & ensure unique feeds
This commit improves the handling of the feed list by removing
duplicate entries and ensuring that each feed is only listed once. This
change was made to improve the overall stability and performance of the
RSS bot, as well as to simplify the code and make it easier to maintain.
Additionally, this commit addresses a bug where the `listfeeds` command
would not work correctly if there were multiple feeds with the same URL.

This commit also includes an optimization that reduces the number of
network requests made by the RSS bot when fetching feed content. This
should improve the overall performance and reduce the load on servers
hosting RSS feeds.
2024-03-02 17:44:42 +01:00
src/matrix_rssbot Improve feed list handling & ensure unique feeds 2024-03-02 17:44:42 +01:00
.gitignore Created RSSBot 2024-03-02 15:31:14 +01:00
config.dist.ini Splitting feed processing off into async task 2024-03-02 17:13:04 +01:00
LICENSE Created RSSBot 2024-03-02 15:31:14 +01:00
pantalaimon.example.conf Enhance Pantalaimon integration and config 2023-12-05 10:09:14 +01:00
pantalaimon_first_login.py Enhance Pantalaimon integration and config 2023-12-05 10:09:14 +01:00
pyproject.toml Created RSSBot 2024-03-02 15:31:14 +01:00
README.md Created RSSBot 2024-03-02 15:31:14 +01:00
rssbot-pantalaimon.service Created RSSBot 2024-03-02 15:31:14 +01:00
rssbot.service Created RSSBot 2024-03-02 15:31:14 +01:00

Matrix-RSSBot

This is a simple, no-database RSS to Matrix bridge bot.