An open API service indexing awesome lists of open source software.

https://github.com/jacoby/plus2rss

Export your Google Plus updates to RSS
https://github.com/jacoby/plus2rss

Last synced: 10 months ago
JSON representation

Export your Google Plus updates to RSS

Awesome Lists containing this project

README

          

Program to download a JSON-formatted feed from a Google Plus account
and convert it to an RSS Feed.

You will need a Google Plus API key and a Google Plus account.
Your keys are saved in .plus2rss.yml

As currently written, the program spits the RSS to STDOUT.
You will want to pipe it to a file, most likely in a crontab.

23 Feb 2012 - added use LWP::Protocol::https
23 Feb 2012 - added --file and --maxResults flags to command-line
You can also stick maxResults and output_file values
into your YAML to make them persistent