Skip to content

riquedev/FacebookProfileID

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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:
#!/usr/bin/python
# -*- coding: utf-8 -*-

from Profile import Profile

url = "https://www.facebook.com/zuck" # You can use abbreviated forms such as: https://fb.com/{profile}

print(Profile.getId(url))

Thanks for listening!