utelecon/RSS diff to Twitter
GitHub Action to tweet the newly added items in an RSS feed
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| OLD_RSS | Path to the old RSS file | yes | — |
| NEW_RSS | Path to the new RSS file | yes | — |
| 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 | — |
| POST_LIMIT | Maximum number of posts to tweet. If the number of new posts exceeds this value, the action will fail and no tweets will be sent. When this value is negative, all new posts will be tweeted. | no | -1 |
| DRY_RUN | If true, the action will not tweet anything. | no | false |
Outputs
no outputs