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
- Host: GitHub
- URL: https://github.com/jacoby/plus2rss
- Owner: jacoby
- Created: 2012-02-18T15:43:18.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-02-23T19:27:03.000Z (over 14 years ago)
- Last Synced: 2025-03-13T00:41:51.044Z (over 1 year ago)
- Language: Perl
- Homepage:
- Size: 89.8 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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