Go to file
Notoric 21949bdd2c Added docker release 2024-06-02 18:57:30 +01:00
Docker Added docker release 2024-06-02 18:57:30 +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 requirements.txt 2024-06-01 23:29:02 +01:00
snc.py Added docker release 2024-06-02 18:57:30 +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.