The Dod 1e26d9a161 More useful error logging
Error itself didn't get any "better", though :(
Still can't figure out how to properly RPC "any" unicode string.
Grrr. Kial ni ne ĉiuj parolas Esperanton anstataŭ? :)
2014-03-19 07:39:59 +07:00
2014-03-17 20:51:34 +07:00
2014-03-17 20:51:34 +07:00
2014-03-19 07:39:59 +07:00
2014-03-17 20:51:34 +07:00
2014-03-17 20:51:34 +07:00

Feed2twister is a simple script to post items from RSS/ATOM feeds to Twister.

Prerequisites

Installing

Copy config-example.py to config.py and edit it to taste.

Running

Normally, you would run this as a cron task: python feed2twister.py [N]

if [optional] N is supplied, it's used as the maximum items to post (per feed). Default is conf.MAX_NEW_ITEMS_PER_FEED.

If there are more than N new items in a feed, "over quota" items get marked as if they were posted (this can be handy when you add a new feed with a long history).

Specifically, python feed2twister.py 0 would make all feeds "catch up" without posting anything.

Description
Simple cron script to post RSS/ATOM items to Twister
Readme GPL-3.0 66 KiB
Languages
Python 100%