>>7253842I've wrote backend that fetches youtube videos, check threads, RSS feeds, twitch etc and creates unified feed in various formats.
https://github.com/funmaker/rust-notifierI've primary used it for my homepage and voice chat bots but I wanted to add it KLWP as well. I've found out KLWP can parse xml easily so I created some kind of extended RSS format which can hold informations about board stats, colors etc and added a HTTP server in the notifier to host it. Then I've used these kind of formulas to parse it.
Also if you wonder, the music player heavily use Tasker to parse data and control music player since it's not supported in KLWP.
Keep in mind all of these kind of pushes KLWP to its limit. Some are starting to just break down and I had to reduce it a little.