API ReferenceΒΆ
The API is organized around a small set of command modules and supporting classes. The sections below are generated automatically from the source annotations and docstrings.
Command-line entry point for Paper Firehose. |
|
Fetch abstracts and populate both papers.db (entries.abstract) and matched_entries_history.db (matched_entries.abstract). |
|
Email list command: generate HTML digest from papers.db and send via SMTP. |
|
Filter command implementation. |
|
Generate topic HTML directly from the current-run database (papers.db). |
|
Paper-QA Summarizer |
|
Rank command: compute and write rank scores into papers.db ( |
|
Configuration management for YAML-based config files. |
|
Database management for the three-database approach: - all_feed_entries.db: All RSS entries for deduplication - matched_entries_history.db: Historical matches across all topics - papers.db: Current run processing data |
|
Email rendering and sending utilities for Paper Firehose. |
|
RSS feed processing functionality. |
|
HTML output generation for filtered articles. |
|
Sentence-Transformers based ranking processor. |