paper_firehose.commands.filter¶
Filter command implementation. Fetches RSS feeds, applies regex filters, and writes results to databases. HTML rendering is handled exclusively by the html command.
Functions
|
Purge old entries from databases. |
|
Run the filtering pipeline for one or all topics. |
- paper_firehose.commands.filter.purge(config_path, days=None, all_data=False)[source]¶
Purge old entries from databases.