wasdee / facebook-atom

A webapp that generates and serves an Atom feed of your Facebook stream, ie posts from your friends.

Home Page:http://facebook-atom.appspot.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

facebook-atom

A webapp that generates and serves an Atom feed of your Facebook news feed, ie posts from your friends.

Deployed on App Engine at https://facebook-atom.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!

About

A webapp that generates and serves an Atom feed of your Facebook stream, ie posts from your friends.

http://facebook-atom.appspot.com/


Languages

Language:Python 56.9%Language:HTML 27.4%Language:CSS 15.6%