mk2/Article Fetcher
Fetch articles from Zenn and Qiita.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| zenn | (JSON array) Accounts of Zenn. ex: [ { "id": "mk2", "name": "朝倉(zenn)" }, { "id": "zenn", "name": "zenn(公式)" } ] | — | — |
| qiita | (JSON array) Accounts of Qiita. ex: [ { "id": "mk2", "name": "朝倉(qiita)" }, { "id": "Qiita", "name": "Qiita(公式)" } ] | — | — |
| qiitaAccessToken | (string) Token for Qiita API access. If missing it, requests not authorized. | — | — |
| fromDaysAgo | (number) Extract articles from a specified period. | — | 1 |
| retentionDays | (number) Period for articles artifact holding. | — | 1 |
| artifactName | (string) Articles artifact name. | — | articles |
| outputJsonFileName | (string) Articles output file name. | — | articles.json |
Outputs
no outputs