add an explanation why this thingy even needed
This commit is contained in:
parent
3b0dd528d6
commit
63b6b50f1a
1 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,9 @@
|
|||
# rss2twitter [![Build Status](https://travis-ci.org/umputun/rss2twitter.svg?branch=master)](https://travis-ci.org/umputun/rss2twitter) [![Docker Automated build](https://img.shields.io/docker/automated/jrottenberg/ffmpeg.svg)](https://hub.docker.com/r/umputun/rss2twitter/)
|
||||
|
||||
The service publishes RSS updates to twitter.
|
||||
The service publishes RSS updates to twitter. The reason is simple - I needed self-hosted thingy to post twits on feed change
|
||||
for my sites (podcasts and blogs). Tried several "cloud services" for this and lately switched to IFTTT. It worked, but slow and unreliable. Sometimes it took hours to get twit posted, sometimes I had to trigger it manually. In addition IFTTT can't have multiple
|
||||
twitter accounts defined for the same IFTTT account and I had to deal with multiple IFTTT accouts just to post to different twitter's
|
||||
timelines.
|
||||
|
||||
## Install
|
||||
|
||||
|
@ -20,4 +23,4 @@ Application Options:
|
|||
--template= twitter message template (default: {{.Title}} - {{.Link}}) [$TEMPLATE]
|
||||
--dry dry mode [$DRY]
|
||||
--dbg debug mode [$DEBUG]
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue