Nick Young

Results 319 comments of Nick Young

Fetching comments requires extra requests, so allow_extra_requests set to False would disable it

search is not yet implemented, see https://github.com/kevinzg/facebook-scraper/issues/59

Hi - https://github.com/kevinzg/facebook-scraper/commit/2e8b56fb8962247e032a1ed23d8fef1bf408f5fc and https://github.com/kevinzg/facebook-scraper/commit/fe1819e2b782832ddf02e00d281ae1db7d1ac0e9 should make this possible. I tested with 4 public stories, 2 with images and 2 with videos, using this code: ```python set_cookies("cookies.json") pprint( list( get_posts(...

Try pass cookies as per the readme. Also, try set `options={"allow_extra_requests": False, "posts_per_page": 200}`, as that would massively speed things up, and reduce the number of requests, reducing the risk...

No, see https://github.com/kevinzg/facebook-scraper/issues/678#issuecomment-1043607400

These two examples output the following for me: ```python Requesting page from: /atebeyandsell/about/ Requesting page from: /atebeyandsell/ Ate Bey and Sell. 6,614 likes · 400 talking about this. ᴅɪsᴄᴏᴜɴᴛᴇᴅ ɢᴀᴍᴇ...

A key you need that is missing, should be a good smoke test. Usually around an hour or so.

Clicking the "Log Out" button on Facebook invalidates those cookies. So if you're switching accounts by signing out of one account and signing into another, you're invaliding those cookies. A...