fbgdl

command module
v0.0.0-...-77187b8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 10, 2013 License: ISC Imports: 11 Imported by: 0

README

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.

Documentation

Overview

fbgdl is a Facebook Graph downloader. It cycles through as many users as it is told (or MaxUint64) and stores them in a database.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL