Comment on Why are people hyped about RSS regaining relevance?

<- View Parent
spacecadet@lemm.ee ⁨9⁩ ⁨months⁩ ago

This is the reason why for me, I actually took it one step further and rebuilt a front end news site with Django and shared the link out with friends who are interested in the same topics, added a discussion feature. Essentially, I have a python script that runs and pulls RSS feed data. If the whole article isn’t included then it uses Asyncio, aiohttp, and Beautifulsoup to pull in the article. Dump all that to a Postgres instance then have Django run on top of it. It’s like deconstructing news to reconstruct it

source
Sort:hotnewtop