Skip to content

gokyle/fbgdl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

fbgdl

facebook graph downloader

Downloads all the user entries for the Facebook graph. Put together in about ten minutes.

it will create a sqlite3 database in ${CWD} with the table 'users'. the fields for this are

    id              64-bit unsigned integer
    name            string
    first           string
    last            string
    link            string
    username        string
    gender          string
    locale          string

if the application request limit is hit, the downloader will stall for one hour.

Releases

No releases published

Packages

No packages published

Languages