-
Hi everyone.
When I use the function "get_profile(account="...", likes = True)", I get this error.
Traceback:
facebook_scraper/facebook_scraper.py", line 471, in get_profile
if result["id"] an…
-
Following openzim/zimit#113, we should think about implementing a fairly easily editable list (hosted on drive.kiwix.org?) of blacklisted sites that can not be requested on zimit, e.g.
- kiwix.org …
-
Hi, Opening the issue again as updated to most recently updated version and get posts still not working. Below is the code and terminal output:
```
from facebook_scraper import get_posts, _scra…
-
I have a server that build with os Debian 8.11 (jessie). When I try to run the code, i get this error
`[WDM] - Driver [/home/cucakrowo/.wdm/drivers/geckodriver/linux64/v0.32.1/geckodriver] found in…
-
Here is my code:
```
gen = fs.get_posts(
post_urls = ["https://mbasic.facebook.com/" + fanpage + "/posts/" + '939460300875189'],
options = {"comments": 30, "progress": True}
…
-
When scraping for comments, I was unable to scrape the comment replies. For a comment in the JSON output, 'replies': would be empty ( 'replies': [] ), even if there were replies to the comment. How do…
-
Hello,
I noticed a couple of issues in the JSON output:
,, → ,
},
]
→
}
]
Cheers,
PS:
```
c:\>facebook-scraper -fmt json -f 2023-05-08.test.json -g 123 -p 5 --encoding utf-8 -k p…
-
Here is my code,and error massage
I think maybe request frequently,so fb stop me a few time?
Any suggestion?
```python
from facebook_scraper import get_posts,set_cookies
import pandas as pd…
-
I have set my facebook account language to en_US, but facebook_scraper's ```get_post_by_search()``` is still hating the language - It's giving this error: UserWarning: Facebook language detected as ru…
-
I want to scraper public groups'posts.So I try to use 100 cookies run concurrently.But after all,all cookies are invalid.I thought that they are all destroyed by facebook.I think about using a residen…