spacecadet

joined 1 year ago
[–] spacecadet@lemm.ee 2 points 1 year ago

This bot meta as hell

[–] spacecadet@lemm.ee 11 points 1 year ago (4 children)

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

view more: ‹ prev next ›