Git Product home page Git Product logo

plusstreamfeed's Introduction

plusstreamfeed

A webapp that generates and serves an Atom feed of your Google+, ie posts from people in your circles.

Deployed on App Engine at https://plusstreamfeed.appspot.com/

License: This project is placed in the public domain.

Development

You'll need the App Engine Python SDK version 1.9.15 or later (for vendor support). Add it to your $PYTHONPATH, e.g. export PYTHONPATH=$PYTHONPATH:/usr/local/google_appengine, and then run:

virtualenv local
source local/bin/activate
pip install -r requirements.txt

Now run /usr/local/google_appengine/dev_appserver.py . and open localhost:8080 in your browser!

There's a good chance you'll need to make changes to granary at the same time as plusstreamfeed. To do that, clone the granary repo elsewhere, then install it in "source" mode with:

pip uninstall oauth-dropins
pip install -e <path to oauth-dropins>
ln -s <path to oauth-dropins>/oauth_dropins \
  local/lib/python2.7/site-packages/oauth_dropins

The symlink is necessary because App Engine's vendor module doesn't follow .egg-link files. :/

plusstreamfeed's People

Contributors

snarfed avatar

Stargazers

 avatar Tom Most avatar Khurshid Alam avatar

Watchers

 avatar James Cloos avatar J avatar  avatar

Forkers

rydhoms

plusstreamfeed's Issues

Feed broken after 9/20

My existing feed died after the Sept 20th check in, and my attempts to create a new feed are unsuccessful. My feed reader claims that there's no feed found at the given URL(s).

Make +1'd by friends posts available in separate feed

I'd like to have posts +1'd by friends easily consumable via a separate feed from actual friends posts. Suggestion: be able to select what combination (just friends, just +1'd by friends, both together) when you are setting up the feed.

If the +1'd by friends posts are included, I'd love the feed markup to include the "(name) +1'd this post" information at the top of the entry, to make it easy to see which friend is doing the +1-ing (some friends +1 more meaningful content than others).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.