https://github.com/konsumer/move2ello
Migration tool for facebook to ello
https://github.com/konsumer/move2ello
Last synced: about 1 year ago
JSON representation
Migration tool for facebook to ello
- Host: GitHub
- URL: https://github.com/konsumer/move2ello
- Owner: konsumer
- Created: 2014-09-25T20:55:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-28T08:57:04.000Z (over 11 years ago)
- Last Synced: 2025-02-13T16:22:46.712Z (over 1 year ago)
- Language: JavaScript
- Size: 316 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# move2ello
This is a lil facebook-to-ello migration tool that has been useful in my friend circles. The idea is that you can see all your friend's ello usernames that have already used it. You go there, save your ello username, and you & your friends can see each other listed, so you can add each other to ello. It's a little clunky, but it's very beta, and out before ello has an API. See it running, [here](http://move2ello.herokuapp.com/).
## todo
Here are things I will eventually implement:
* Unfortunately, facebook won't let an application get your entire friend-list, just the friends that have used the app, but I will look into working around it.
* in the long-term: maybe multi-migrations! auth with whatever services you like (twitter, facebook, ello, etc) and share the mapping with whover you like (public, "just my twitter friends", "just my fb friends", etc)
## installing your own
[deploy your own on heroku](https://heroku.com/deploy?template=https://github.com/konsumer/move2ello)
You need to setup a new facebook web app and set these environment variables in the app's environment variables:
MONGOLAB_URI=mongodb://BLAHBLAHBLAH
FACEBOOK_APP_ID=BLAH
FACEBOOK_APP_SECRET=BLAHBLAH