No description
Find a file
Kumi 8ea8c9208a
Refactor bot state management logic
This commit refactors the code handling bot state management to
improve readability and modularity. The new implementation uses a more
structured approach to handling different types of events, making it
easier to reason about and maintain. Additionally, it fixes an issue
where the bot was not properly handling errors when putting state in
rooms.

This change should improve the overall stability and performance of the
RSS bot, as well as make it easier for developers to understand and work
with the codebase.
2024-03-02 16:24:47 +01:00
src/matrix_rssbot Refactor bot state management logic 2024-03-02 16:24:47 +01:00
.gitignore Created RSSBot 2024-03-02 15:31:14 +01:00
config.dist.ini Created RSSBot 2024-03-02 15:31:14 +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.