Closed asharbinkhalil closed 7 months ago
from .facebook_scraper import get_profile with open('headers.json', 'r') as file: _scraper.mbasic_headers = json.load(file) print(get_profile('zuck'))
{'Friend_count': None, 'Follower_count': None, 'Following_count': None, 'Name': 'Mark Zuckerberg'}
@asharbinkhalil this is a knwon issue right now, here is a previous issue about the same thing : https://github.com/moda20/facebook-scraper/issues/34
Code
Output
{'Friend_count': None, 'Follower_count': None, 'Following_count': None, 'Name': 'Mark Zuckerberg'}