You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

ws.plusfeed

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ws.plusfeed

Creates anAtom feed from the public timeline of Google Plus users.

1.1
pipPyPI
Maintainers
1

======== plusfeed

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

.. _Google Plus: https://plus.google.com/ .. _API key: https://developers.google.com/+/api/oauth#apikey .. _CyanogenMod: http://cyanogenmod.org/

CHANGES

1.1 (2014-02-22)

  • Package as egg.

1.0 (2011-11-19)

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts