Hacker News new | past | comments | ask | show | jobs | submit login
Inside Facebook by Karel Baloun (fbbook.com)
9 points by danw on May 19, 2007 | hide | past | favorite | 5 comments



Good book, unfortunately the mashable URL only gives you free access for the next ~30 hours.

Positive karma for the first person who creates a script to scrape this, and then put it up on scribd... ;)


get the book:

require 'open-uri';(1..48).to_a.each{|x| open('http://www.fbbook.com/promo/mashable/read.php?p='+x.to_s){|u| File.open("page_#{x}.html","w"){|f|f.puts u.readlines}}}


What is that? Perl? ;P


Looks like ruby.

wget -r can probably do the same thing and is easier.


Theres another url that gives permanent free access but I can't find the link currently :s




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: