Implement an RSS feed ingestion process that runs on a schedule. User can supply a list of RSS feeds to watch and how often to refresh. New posts will be automatically summarized and stored.
This is a good excuse to switch to a real database too, instead of the json file that tracks processed URLs. Database can manage rss jobs, tracking submissions, etc.
Implement an RSS feed ingestion process that runs on a schedule. User can supply a list of RSS feeds to watch and how often to refresh. New posts will be automatically summarized and stored.
This is a good excuse to switch to a real database too, instead of the json file that tracks processed URLs. Database can manage rss jobs, tracking submissions, etc.