facebook-scraper icon indicating copy to clipboard operation
facebook-scraper copied to clipboard

Scrape Facebook public pages without an API key

Results 232 facebook-scraper issues
Sort by recently updated
recently updated
newest added

Hi @neon-ninja , Good Morning from Algeria; Just would like to know how to set the number of retrieved comment of particular posts? I tried this `for post in get_posts("zuck",...

Just today, reactors stopped being returned for me. The following program exhibits the problem. ```python from facebook_scraper import get_posts, set_user_agent from pprint import pprint import sys cookie_file = 'facebook_cookies.txt' set_user_agent("Mozilla/5.0...

Before i start: @neon-ninja & everyone else helping this community, Thanks! You are all awesome for helping us n00bs out. I'm using a dB in the backend to manage my...

Is there a way to start at page X, so that I batch rather than setting pages to none?

Hi guys, I need help on get_profile function i have 2 different sleep on my code first one is `time.sleep(randint(10, 18))` second one is `time.sleep(60)` . Well im still getting...

Hi Guys, I know that this is a big change for me to jump in with so feel free to reject off the bat. I would like to propose moving...

Extract dates from comments, I get some null values, is there any way I can extract all dates?

I don't know if I'm misunderstanding facebook-scraper, my own code, or I'm seeing a bug. When I ran the code fragment: ```python for username in usernames: total_posts = 12 if...

Hello, in `extractors.py` line 666, the local variable `emoji_style_lookup` under except cause an error. This is what i receive from the log: ```PYHTON [...] Exception when consuming : : local...

Hi guys, I like the work you have done with this so far. I'm not sure if this is in the pipeline yet, but I would like to enter a...

enhancement