• 0 Posts
  • 16 Comments
Joined 11 months ago
cake
Cake day: August 27th, 2023

help-circle















  • 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