Go to file
Notoric 41cf58cc9a Added auto-create config 2024-06-01 23:24:55 +01:00
.gitignore Added venv and basic scripts to connect to database 2024-06-01 20:29:48 +01:00
readme.md Added news aquisition from newsapi and curation via groq ai 2024-06-01 23:11:24 +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.