moda20 / facebook-scraper

Scrape Facebook public pages without an API key
MIT License
77 stars 28 forks source link

`get_profile` is missing information #34

Closed UlyssesZh closed 2 months ago

UlyssesZh commented 7 months ago

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.

moda20 commented 7 months ago

@UlyssesZh That's a known issue, for certain pages and users. if you can create a PR for it, that would be very useful until i can update the repo

moda20 commented 3 months ago

@UlyssesZh this issue should be resolved now, get_page_info can substitute get_profile and the former has the necessary info now

UlyssesZh commented 2 months ago

I am using get_page_info now. Looks good.