joschi/Feed to Bluesky
Push ATOM/RSS feed updates to Bluesky via GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| rss-feed | RSS feed URL | yes | — |
| template | Template of status posted to Bluesky (Handlebars) | yes | {{item.title}} {{item.link}} |
| service-url | Bluesky service URL (optional) | yes | https://bsky.social |
| username | Bluesky username (example: username.bsky.social) | yes | — |
| password | Bluesky app password | yes | — |
| cache-file | Cache file | yes | — |
| cache-limit | Cache limit | — | 100 |
| initial-post-limit | The maximum number of posts created on the first run, if no cache file exists (default: unlimited) | — | — |
| post-limit | The maximum number of posts created per run (default: unlimited) | — | — |
| dry-run | Only fetch RSS feed and update cache but skip posting to Bluesky | — | false |
| disable-facets | Disable automatic detection of rich text facets | — | false |
| xml-entity-expansion-limit | Maximum number of XML entity expansions allowed when parsing feeds (0 = unlimited) | — | 10000 |
Outputs
no outputs