项目作者: riquedev

项目描述 :
Get a Facebook profile ID from your URL.
高级语言: Python
项目地址: git://github.com/riquedev/FacebookProfileID.git
创建时间: 2017-10-21T14:45:11Z
项目社区:https://github.com/riquedev/FacebookProfileID

开源协议:GNU General Public License v3.0

下载


FacebookProfileID

Get a Facebook profile ID from your URL.

How Use:

  • First import the script for your source.
  • Now just do as in the example below:
  1. #!/usr/bin/python
  2. # -*- coding: utf-8 -*-
  3. from Profile import Profile
  4. url = "https://www.facebook.com/zuck" # You can use abbreviated forms such as: https://fb.com/{profile}
  5. print(Profile.getId(url))

Thanks for listening!