Go to file
Notoric 105d14eebc Added AI generated Summaries and images 2024-06-06 17:40:03 +01:00
Docker Added AI generated Summaries and images 2024-06-06 17:40:03 +01:00
.gitignore Added docker release 2024-06-02 18:57:30 +01:00
readme.md Added news aquisition from newsapi and curation via groq ai 2024-06-01 23:11:24 +01:00
requirements.txt Added AI generated Summaries and images 2024-06-06 17:40:03 +01:00
snc.py Added AI generated Summaries and images 2024-06-06 17:40:03 +01:00

readme.md

Scheduled News Curation

This is a python script which leverages the python schedule library to populate a mongo database with automatically expiring news and weather. Each article is allowed a lifetime in hours as defined in the config, and 9 new articles from 3 different categories are gotten every few hours, as defined in the config. Weather is gotten and updated every 5 minutes.