Thumbs Up News

Using Machine Learning to filter through RSS news feeds and returning only positive articles

Add categories to the admin backend view to be able to change the category if needed

Order queryset by date to not having to deal with ordering by date on frontend

Test script written yesterday to run the scrapper and push feeds to backend

Update script to run all the spiders, then to push scrapped data to db and then remove the feeds file

Improve code to obtain proper source and categories - helps maintaining

Generate random colors for each card that contains the news article

Update next.config.js following makerlog example - Thank you Sergio!