TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Convert your Facebook friend contacts to CSV

28 点作者 tahu将近 14 年前

7 条评论

unicornporn将近 14 年前
Weird, I've decided to leave FB and was working on doing this an hour ago. I ended up using: <a href="https://chrome.google.com/webstore/detail/ficlccidpkaiepnnboobcmafnnfoomga" rel="nofollow">https://chrome.google.com/webstore/detail/ficlccidpkaiepnnbo...</a><p>You can also use this method: <a href="http://techcrunch.com/2010/11/12/how-to-mass-export-all-of-your-facebook-friends-private-email-addresses/" rel="nofollow">http://techcrunch.com/2010/11/12/how-to-mass-export-all-of-y...</a><p>but for me it only exported contacts that had their email address visible. "Facebook Friend Exporter" worked better.
评论 #2595419 未加载
bhousel将近 14 年前
wtf.. Why screen scrape Facebook from a bookmarklet, when the Graph API gives you all this and more in JSON.<p><a href="http://developers.facebook.com/docs/reference/api/" rel="nofollow">http://developers.facebook.com/docs/reference/api/</a>
评论 #2594811 未加载
评论 #2594660 未加载
ComputerGuru将近 14 年前
Just be careful, Facebook monitors for scraping activity and has deleted accounts over this in the past.<p>Would be great if it offered a variable sleep option, to make it a bit less of a dead giveaway.
评论 #2595205 未加载
评论 #2595231 未加载
GeoDeV将近 14 年前
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
ivan_ah将近 14 年前
Everyone quick! Get it, before the cease and desist letter comes. ( backup: <a href="http://piratepad.net/VKHtw0Txli" rel="nofollow">http://piratepad.net/VKHtw0Txli</a> )
评论 #2594696 未加载
alttab将近 14 年前
After browsing the source I thought there has to be a better way
kennethologist将近 14 年前
Cool stuff. Got a lot of insight from the code.