RSStoFriendika is a program to post items from RSS feeds to Friendika. The items are formatted using templates before posting.
 
 
Go to file
Stefan Parviainen 8417a67481 Photo template that works with Feedparser 4.x 2011-10-18 23:03:23 +03:00
templates Photo template that works with Feedparser 4.x 2011-10-18 23:03:23 +03:00
INSTALL Initial 2011-10-16 12:06:50 +03:00
README Allow setting max number of items to post from feed, set groups allowed to see post 2011-10-18 21:58:33 +03:00
RSStoFriendika.py Add main section to config if missing 2011-10-18 22:31:49 +03:00
feeds.sample Initial 2011-10-16 12:06:50 +03:00

README

RSStoFriendika is a program to post items from RSS feeds to Friendika. The items are formatted using templates before posting.

Usage:
1) Create a file containing RSS URL and path to template on each line
e.g.
http://myblog.org/feed.rss templates/generic_summary.templ
http://myphotos.org/feed.rss templates/generic_photo.templ

Optionally you may also include a comma separated list of groups (numeric) that are allowed to view the posts:
http://myblog.org/feed.rss templates/generic_summary.templ 1,2

2) run RSStoFriendika.py