ras0q/OPML Feed Digest
Generate a Markdown feed digest and persist processed-article state after job success.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| opml-path | Path to the OPML file, relative to the calling repository root. | yes | — |
| state-path | Path to the processed-article state file, relative to the calling repository root. | no | .state/processed.json |
| output-path | Path for the generated Markdown file, relative to the calling repository root. | no | digest.md |
| cache-key-prefix | Prefix for the processed-article cache key. | no | opml-feed-digest-v1- |
| llm-api-key | API key for the OpenAI-compatible LLM API. | yes | — |
| llm-api-base-url | Base URL for the OpenAI-compatible LLM API. | yes | — |
| llm-model | Model name for the OpenAI-compatible LLM API. | yes | — |
| llm-batch-size | Number of articles summarized in each LLM request. | no | 5 |
| language | Language for generated summaries. | no | Japanese |
Outputs
| name | description |
|---|---|
| has-new-articles | Whether the generated Markdown file contains at least one article. |