-
This is my code
```
# Set up the driver instance with options (including cookies)
options = uc.ChromeOptions()
# options.add_argument('--headless')
options.add_argument("--disab…
-
Grab events from public Facebook groups used to advertise local events.
[Group API Reference](https://developers.facebook.com/docs/groups-api/reference)
-
This scraper should mirror the google scraper in the overall framework and config layout. The difference between the google and facebook scraper will be some of the following (and I'm sure I'll find s…
xNS5 updated
2 months ago
-
Hi @moda20,
First, thank you for fixing the issues with facebook-scraper.
It seems the mbasic URL is no longer working.
Do you have any ideas on how to resolve this?
Thanks a lot!
-
When I get posts by specifying a user account, I get the comments, reactions and reactors perfectly.
But, when I use a single url, no comments, reactions and reactors are returned.
(
**This is…
-
Hey just a heads up that you currently have your public API key for scraping robot as plain text in your code. I was able to verify your code is still active by submitting a test request through their…
-
请大神指点为何专有解析器未被调用
解析器注册
'from urllib.parse import urlparse
from .mp_crawler import mp_crawler
from .facebook_parser import facebook_parser
def get_scraper(url):
domain = urlparse(url).net…
-
Like Page as in Facebook Pages: https://www.facebook.com/OSCMSspringfield
-
From the company's facebook review page:
- Overall stars
- Number of reviews
- The three latest reviews with dates and text
- facebook review url
Design
-
I'm getting this error running facebook-scraper:
> Traceback (most recent call last):
> File "/Users/escobar5/.local/bin/facebook-scraper", line 5, in
> from facebook_scraper.__main__ impo…