Live data from Hacker News

Convert your Facebook friend contacts to CSV

vytautas.jakutis.name

11–18 of 18 posts

Re: Convert your Facebook friend contacts to CSV

#11
post #3

wtf.. Why screen scrape Facebook from a bookmarklet, when the Graph API gives you all this and more in JSON. http://developers.facebook.com/docs/reference/api/

you cant have all that informations via the Graph API I think. For example the birthday dates of my friends, I cant have them via the API

what's really missing is the phone numbers.

Re: Convert your Facebook friend contacts to CSV

#13

Just be careful, Facebook monitors for scraping activity and has deleted accounts over this in the past. Would be great if it offered a variable sleep option, to make it a bit less of a dead giveaway.

I used http://www.cleanmywall.net/ which was scrapping for over 12h, also used https://chrome.google.com/webstore/detail/ficlccidpkaiepnnbo... to export my friends and luckily I wasn't banned. I wonder what are the criteria to get banned for scrapping.

Re: Convert your Facebook friend contacts to CSV

#14

Just be careful, Facebook monitors for scraping activity and has deleted accounts over this in the past. Would be great if it offered a variable sleep option, to make it a bit less of a dead giveaway.

The code is updated - now randomizing the order and time in which contacts are polled.

Re: Convert your Facebook friend contacts to CSV

#15
I just had to do the very same thing, except instead of Facebook, it was a contact list in a proprietary medical office database. Since my programming skills are limited to Basic and Pascal, I just used AutoHotKey and the AutoHotKey Recorder. After a little editing, i.e. adding a test for empty boxes and putting the whole script in a loop, it was working fine. I considered teaching myself Ruby, but I knew it would be much faster to use AutoHotKey. But it's really interesting to see the same process in a proper computer language

Re: Convert your Facebook friend contacts to CSV

#16

Weird, I've decided to leave FB and was working on doing this an hour ago. I ended up using: https://chrome.google.com/webstore/detail/ficlccidpkaiepnnbo... You can also use this method: http://techcrunch.com/2010/11/12/how-to-mass-export-all-of-y... but for me it only exported contacts that had their email address visible. "Facebook Friend Exporter" worked better.

Hey, the language that gets the job done is the proper one.

Re: Convert your Facebook friend contacts to CSV

#17
post #9
post #3

wtf.. Why screen scrape Facebook from a bookmarklet, when the Graph API gives you all this and more in JSON. http://developers.facebook.com/docs/reference/api/

Graph API does not expose phone numbers

I think this is where fbcmd [ http://fbcmd.dtompkins.com/ ] enters. It can do some fancy things scraping has trouble doing. I extracted tel numbers and other info from friends in tidy CSV, downloaded all the photos I was in and more.
Post reply on HN