bridges rss with twitter or even with generic commands
Find a file
2018-12-05 00:47:26 -06:00
app support user-defined templates 2018-12-05 00:47:26 -06:00
vendor working but primitive 2018-12-05 00:15:53 -06:00
.gitignore Initial commit 2018-12-04 20:31:26 -06:00
.travis.yml working but primitive 2018-12-05 00:15:53 -06:00
docker-compose.yml working but primitive 2018-12-05 00:15:53 -06:00
Dockerfile working but primitive 2018-12-05 00:15:53 -06:00
Gopkg.lock working but primitive 2018-12-05 00:15:53 -06:00
Gopkg.toml init 2018-12-04 23:40:31 -06:00
LICENSE Initial commit 2018-12-04 20:31:26 -06:00
README.md add initial docs 2018-12-05 00:38:23 -06:00

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 [$CONSUMER_KEY]
      --consumer-secret= twitter consumer secret [$CONSUMER_SECRET]
      --access-token=    twitter access token [$ACCESS_TOKEN]
      --access-secret=   twitter access secret [$ACCESS_SECRET]
      --dbg              debug mode [$DEBUG]