I still use RSS heavily for checking websites and social media, but getting public X/Twitter profiles into an RSS reader has become unnecessarily complicated. Most solutions either depend on third-party services or require API access.
So I built xsukax X RSS Generator, a small open-source tool that turns public X profiles into standard RSS 2.0 feeds.
The goal was to keep it simple enough that I could drop it onto a normal PHP server and forget about it.
Main features:
index.php applicationThere is no background worker or cron job either. The feed refreshes when requested after the configured cache interval expires.
One important limitation: it parses publicly available X HTML rather than using the official API. That means changes to X's markup, anti-bot systems, or access policies can temporarily break fetching. I kept the X-specific selectors together in the code so they can be updated relatively easily when that happens.
It's licensed under GPL-3.0.
GitHub:
https://github.com/xsukax/xsukax-X-RSS-Generator
I'm the developer, so this is obviously self-promotion, but I'm mainly interested in technical feedback from people who actually use RSS/self-hosted feed tools.
I'd particularly be interested to know:
Issues and PRs are welcome.
submitted by /u/apt-xsukax