Skip to content

rodolf0/fbget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Download facebook photos you're tagged in

App Setup

  • Create an application at https://developers.facebook.com

  • In the app's settings panel + Add Platform: Website

    • Set the Site-URL to http://localhost:8080
  • Create a secrets.json file with your app's OAuth2 config

{
  "web": {
    "client_id": "<your-app-id>",
    "client_secret": "<your-app-secret>",
    "redirect_uris": [],
    "auth_uri": "https://www.facebook.com/dialog/oauth",
    "token_uri": "https://graph.facebook.com/oauth/access_token"
  }
}

Usage

python2 -m fbget \
        --secrets mysecrets.json \
        --tokens /tmp/tokens \
        --outdir /tmp/test \
        --logging_level INFO

About

Download FB pics you're tagged in

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages