Creates anAtom feed from the public timeline of Google Plus users.
Project description
plusfeed reads the activities of a Google Plus user and converts them into an Atom feed.
Get a Google Plus API key. This enables read-only access and does not sign you into Google Plus.
Install from PyPI with pip install ws.plusfeed
Run plusfeed USER-ID YOUR-API-KEY to create an atom feed. (The USER-ID can be found by clicking around on Google Plus until you find an URL that looks like https://plus.google.com/117962666888533781522).
Example to get the CyanogenMod feed if you put your API key into ~/.pluskey:
$ plusfeed 117962666888533781522 `<~/.pluskey` > cyanogenmod.atom
CHANGES
1.1 (2014-02-22)
Package as egg.
1.0 (2011-11-19)
First release, inspired by https://github.com/russellbeattie/plusfeed.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.