Read an RSS feed and write it to a different file in reverse order, one item at a time
|
4 years ago | |
---|---|---|
README.org | 5 years ago | |
feedreverser.py | 4 years ago |
I wanted to use feediverse to feed an existing wordpress blog RSS feed to mastodon.
This python script is an attempt at doing it. The script is intended to run just before feediverse in the crontab. What it will do then, is to pick the last item of the input feed and write it as the single item of a new RSS file.
The script keeps track of the items consumed in the .feedreverser file.
/tmp/reversed.rss
)