Skip to content

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

Notifications You must be signed in to change notification settings

mblaney/facebook-atom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 63.8%
  • HTML 23.1%
  • CSS 13.1%