-
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
-
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…
-
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!
-
请大神指点为何专有解析器未被调用
解析器注册
'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…
-
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…
-
below is the code which will give an output file containing all the data about a particular post but i'm getting null value for reactors, i tried updating the module, setting up waits but nothing chan…
-
Whenever I run the code, I am shown these errors multiple times:
**Error 1:**
2024-07-19 14:13:20,150 - facebook_page_scraper.element_finder - ERROR - Error at __find_name method : Message: Unable…
-
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…