-
Hello,
we can't scrape posts from Facebook pages, Facebook groups work ok. Any suggestions?
-
Greetings,
For a very long time, I have been looking for a reasonable way to scrape artist's galleries from Facebook and nothing in the last 5-7 years has come close to ever working. Finally tired …
-
Hello,
I received an Unicode Encode error on running the get_fb_posts_fb_group.py script. I am using Python 3.6.1 :: Anaconda 4.4.0 (64-bit). The .csv file was created and scraped around 19 posts…
-
_deve_ richiedere intervento manuale altrimenti non saprei come fare. l'unica è aspettare un po' e riavviare manualmente `fb-scraper`
-
Is it possible to get Post date , as we get Title and image ?
thanks
-
Here is my code:
```
gen = fs.get_posts(
post_urls = ["https://mbasic.facebook.com/" + fanpage + "/posts/" + '939460300875189'],
options = {"comments": 30, "progress": True}
…
-
Facebook has an mbasic site at https://mbasic.facebook.com/ which gives me cleaner data than the pseudo-mobile site scrapped by both existing bridges.
This is just a suggestion, since I can't see a…
-
Hello I keep getting this error. I am new to this package so i do not know what I am missing.
"Tweets did not appear!, Try setting headless=False to see what is happening"
-
I'm not able to retrieve more than 10K comments
I tried to user generator and set the comments to 20K. but nothing is working
the progress bar shows half the process is done
any idea why is th…
-
Getting this and not sure why:
Traceback (most recent call last):
File "get_fb_comments_from_fb.py", line 236, in
scrapeFacebookPageFeedComments(file_id, access_token)
NameError: name 'fi…