deadbits / trs

🔭 Threat report analysis via LLM and Vector DB
https://trs.deadbits.ai
Apache License 2.0
9 stars 1 forks source link

RSS feed scheduler #6

Open deadbits opened 1 year ago

deadbits commented 1 year ago

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.

deadbits commented 1 year ago

Mongodb can be used as a job store for apscheduler, a AND a vector database. 👀