Go to file
Notoric 6488d38ac6 Added docker compose 2024-06-02 00:50:17 +01:00
Docker Added docker compose 2024-06-02 00:50:17 +01:00
.gitignore Added docker compose 2024-06-02 00:50:17 +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
script.py Added auto-create config 2024-06-01 23:24:55 +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.