Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

Script for Facebook mass downloading

Name: Anonymous 2013-04-12 20:11

Someone gave me this script. Is it legal?

----

#!/bin/sh
#
#requires /usr/bin/GET from libwww-perl

d='";"' #delimiter

for (( i=1; i<=10000000; i++ ))
do
     query=$(GET graph.facebook.com/$i?fields=id,first_name,last_name,gender,locale)
     script="q=$query;if(!!q.last_name)print(q.id+$d+q.first_name+$d+q.last_name+$d+q.gender+$d+q.locale);"
     echo $script | js -
done

Name: Anonymous 2013-04-12 20:26

Don't get caught pulling a weev.

Name: Anonymous 2013-04-12 20:57

Let's see, violating the privacy of the users of a website notorious for its disregard for its users' privacy.

Don't change these.
Name: Email:
Entire Thread Thread List