Coder Social home page Coder Social logo

fbid's Introduction

FB Photo Id

Show info about the author by facebook photo url or filename.

Usage

$ fbid.py [photo url or photo name]

Download

$ git clone https://github.com/guelfoweb/fbid.git

Example

#1 Public Photo

$ python fbid.py https://scontent-mxp1-1.xx.fbcdn.net/v/t1.0-9/1464008_10151964855117182_1514212999_n.jpg?oh=c958a419eba666f6055dfb9198488949&oe=5951B763

$ python fbid.py 1464008_10151964855117182_1514212999_n.jpg

{
    "status": "Public Photo",
    "profileid": "https://www.facebook.com/565977181",
    "name": "Gianni Amato",
    "photourl": "https://www.facebook.com/photo.php?fbid=10151964855117182"
}

#2 Public Photo

$ python fbid.py https://scontent-mxp1-1.xx.fbcdn.net/v/t1.0-9/17796398_10103620488783251_6704415260282737996_n.jpg?oh=dfef5c1b69beb09fd050e7a5875ca647&oe=5950CA1E

$ python fbid.py 17796398_10103620488783251_6704415260282737996_n.jpg

{
    "status": "Public Photo",
    "profileid": "https://www.facebook.com/4",
    "name": "Mark Zuckerberg",
    "photourl": "https://www.facebook.com/photo.php?fbid=10103620488783251"
}

#3 Friends Only

$ python fbid.py https://scontent-mxp1-1.xx.fbcdn.net/v/t1.0-9/17352554_10212767417642835_6881613682551204540_n.jpg?oh=a0254e4f3fe71df0ee8b9d5b7e8c1239&oe=5992E344

$ python fbid.py 17352554_10212767417642835_6881613682551204540_n.jpg

{
    "status": "Friends Only",
    "photourl": "https://www.facebook.com/photo.php?fbid=10212767417642835"
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.