bridges rss with twitter or even with generic commands

Umputun 3b0dd528d6 fix env in compose há 5 anos atrás
app 4f00d00cd6 change twi poarams, struct init for notify há 5 anos atrás
vendor 3be483cb7a working but primitive há 5 anos atrás
.gitignore 841e8fe748 Initial commit há 5 anos atrás
.travis.yml 6b6a3f9d63 clean version num há 5 anos atrás
Dockerfile 86b5a738c9 fix coverals há 5 anos atrás
Gopkg.lock 3be483cb7a working but primitive há 5 anos atrás
Gopkg.toml 8fd7c3894e init há 5 anos atrás
LICENSE 841e8fe748 Initial commit há 5 anos atrás
README.md 3b0dd528d6 fix env in compose há 5 anos atrás
docker-compose.yml 3b0dd528d6 fix env in compose há 5 anos atrás

README.md

rss2twitter Build Status Docker Automated build

The service publishes RSS updates to twitter.

Install

Use provided docker-compose.yml and change FEED value. All twiter-api credentials can be retrieved from https://developer.twitter.com/en/apps and should be set in environment or directly in the compose file.

Parameters

Application Options:
  -r, --refresh=         refresh interval (default: 30s) [$REFRESH]
  -t, --timeout=         twitter timeout (default: 5s) [$TIMEOUT]
  -f, --feed=            rss feed url [$FEED]
      --consumer-key=    twitter consumer key [$TWI_CONSUMER_KEY]
      --consumer-secret= twitter consumer secret [$TWI_CONSUMER_SECRET]
      --access-token=    twitter access token [$TWI_ACCESS_TOKEN]
      --access-secret=   twitter access secret [$TWI_ACCESS_SECRET]
      --template=        twitter message template (default: {{.Title}} - {{.Link}}) [$TEMPLATE]
      --dry              dry mode [$DRY]
      --dbg              debug mode [$DEBUG]