azu/RSS To Twitter
GitHub Actions posts twitter from RSS Feeds.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 11, 2026
- License
- MIT
Pinned Snippet
uses: azu/rss-to-twitter@7e20a41d61766ec62ccee5629e964518b33aa87e # v2.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| RSS_URL | RSS URL to fetch. | yes | — |
| TWEET_TEMPLATE | Template for tweet text. You can use %title%, %url%, %desc% | no | "%title%" %url% |
| UPDATE_WITHIN_MINUTES | Post only if the feed is updated within the specified minutes. | no | 60 |
| TWITTER_APIKEY | Twitter API Key(App Key) | yes | — |
| TWITTER_APIKEY_SECRET | Twitter API Secret(App key secret) | yes | — |
| TWITTER_ACCESS_TOKEN | Twitter Access Token | yes | — |
| TWITTER_ACCESS_TOKEN_SECRET | Twitter Access Token Secret | yes | — |
Outputs
no outputs