facebook-scraper
facebook-scraper copied to clipboard
`get_profile` is missing information
Already set _scraper.mbasic_headers
, and set base_url
and start_url
parameters to mbasic, and set cookies
to be the same as the cookies contained in the headers. get_profile('LyricaGame', **options)
gives
{'Friend_count': None, 'Follower_count': None, 'Following_count': None, 'Name': '陽春白雪・醉月 Lyrica: Drunken Moon'}
Much information is missing from this output.