-
Hi! I get an unexpected keyword argument when I try to get posts by URL. I've attached my code below and the output. Any thoughts would be much appreciated - also, this is my first time reporting an i…
-
I have followed the github documenation and nothing more to get posts, and I am encountering this error:
File "\facebook_page_scraper-4.0.1-py3.11.egg\facebook_page_scraper\element_finder.py", lin…
-
Here is my result running this code:
[WDM] - Current google-chrome version is 108.0.5359
[WDM] - Get LATEST driver version for 108.0.5359
[WDM] - Driver [C:\Users\Zoey\.wdm\drivers\chromedri…
-
Here I'm trying to get details about all the reactors in one post from a Facebook group. here is my code.
```
from facebook_scraper import *
from facebook_scraper import get_posts
for post in …
-
Hello,
I run in the following issue
`'tuple' object has no attribute 'tb_frame'`
while running this code
from facebook_page_scraper import Facebook_scraper
page_list = ['KimKarda…
-
Can not retrieve full quallity image url:
When I run `get_posts(group_id, pages=3,cookies="cookie.json",options={"comments": True}` I get response like this:
`C:\Users\User\PycharmProjects\faceboo…
-
Hello
```python
from facebook_scraper import get_posts
for post in get_posts('100070464731127', pages=3, timeout=90, cookies="cookies.txt"):
print(post) #return nothing after exiting the loop…
-
I have tried this with different facebook pages but no posts are being returned for either.
-
Hello everyone,
I use this command:
facebook-scraper --filename nintendo_page_posts.csv --pages 1 chelseafc --encoding utf-8 ( or nintendo)
informantion about likes, comments is not true compared …
-
Issue Facebook-Scraper gets "Temporarily banned" but Firefox is working.
Same profile, same cookie, same IP, same user-agent.
Why is the crawler getting banned but not my normal firefox ?