Inside Facebook by Karel Baloun
fbbook.com
Inside Facebook by Karel Baloun
1–6 of 6 posts
Re: Inside Facebook by Karel Baloun
#2Good 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... ;)
Re: Inside Facebook by Karel Baloun
#3get 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}}}
Re: Inside Facebook by Karel Baloun
#4get 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
Re: Inside Facebook by Karel Baloun
#5Re: Inside Facebook by Karel Baloun
#6Theres another url that gives permanent free access but I can't find the link currently :s