🌻Infrastructure And OperationsWiki-Update-Bot
Wiki Update Bot
a bot that updates the Services channel with the latest wiki updates
Where
It currently lives on elliot.cyberia.club. The code lives here git.cyberia.club/cyberia/rssToMatrix
How
It's being run by our good friend systemd. The service file is located at /etc/systemd/system/rssToMatrix.service .
Systemd pretty much does this source /home/rss-to-matrix/rssToMatrix/setup.sh; /home/rss-to-matrix/rssToMatrix/rssToMatrix
. setup.sh just has a bunch of environment variables in it. That means if you need to point it to another room or it for some reason needs different credentials you can edit the /home/rss-to-matrix/rssToMatrix/setup.sh file and then just run systemctl restart rssToMatrix
Logs
You can just use that sweet leaf journalctl like so:journalctl -u rssToMatrix
Current Status
Zico has turned off the bot for the services room on 10/5/25 (May 10th, 2025) due to the hectic nature of the bot announcing every edit in the #services matrix room. Perhaps the bot could be changed in the future to only post newly created wiki pages, or ignore small edits.