paper_firehose.commands.generate_html

Generate topic HTML directly from the current-run database (papers.db).

This bypasses fetching/filtering and renders HTML for one or all topics using entries already stored in papers.db (status=’filtered’).

Functions

run(config_path[, topic])

Generate HTML for a specific topic or all topics directly from papers.db.

paper_firehose.commands.generate_html.run(config_path, topic=None)[source]

Generate HTML for a specific topic or all topics directly from papers.db.

Parameters:
  • config_path (str) – Path to the main configuration file

  • topic (Optional[str]) – Optional specific topic to render (if None, render all topics)

Return type:

None