Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dvcrn/facebook-friendtracker
facebook app for showing differences in friendlist (new friends / deleted ones)
https://github.com/dvcrn/facebook-friendtracker
Last synced: 6 days ago
JSON representation
facebook app for showing differences in friendlist (new friends / deleted ones)
- Host: GitHub
- URL: https://github.com/dvcrn/facebook-friendtracker
- Owner: dvcrn
- Created: 2012-09-25T03:33:02.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-09-28T03:04:44.000Z (about 9 years ago)
- Last Synced: 2023-03-13T10:55:31.182Z (over 1 year ago)
- Language: CSS
- Homepage: https://apps.facebook.com/friendtrackr/
- Size: 236 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# With the latest change to facebooks graph API, it is no longer possible to query all friends of a user. As a result of that, this repository is sadly dead.
# Friendtracker
facebook-friendtrackr is a simple facebook application for logging and archiving facebook friends.Friendtracker notifies a user if a friend from their friendlist went missing or if a new one decides to join.
#### Freeper?
Freeper was the internal name of friendtrackr## Setup
Friendtracker runs on heroku with the cloud in mind.Add ``sendgrid`` (for error mail delivery) and ``mongohq`` to your heroku app.
In addition, set the following keys
```
AWS_ACCESS_KEY_ID: xxxxx
AWS_SECRET_ACCESS_KEY: xxxxx
BUILDPACK_URL: https://github.com/ddollar/heroku-buildpack-multi.git
FACEBOOK_APP_ID: 123
FACEBOOK_APP_SECRET: abc
```If you want the automatic notifier, add a heroku scheduler with `python manage.py sync_and_notify`