/facebook-atom

Brings your Facebook news feed to your feed reader!

Primary LanguagePython

facebook-atom

This service is now closed. So long, and thanks for all the fish!️

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

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

License: This project is placed in the public domain.

Development

  1. Fork and clone this repo.
  2. pip install -r requirements.txt, optionally in a virtualenv.
  3. Install the Google Cloud SDK with the gcloud-appengine-python and gcloud-appengine-python-extras components.
  4. GAE_ENV=localdev FLASK_ENV=development FLASK_APP=main.py flask run -p 8080