-
First of all thank you for the awesome code!!
back to my issue -- how can i get replies on comments? i get all commenets under posts, their reactors(haha, wow,..) but not the replies, is there a w…
-
Hi.
I've tried to scrape posts and comments from group, but the code stops after 50-60 posts (normally with exit code 0).
Then I've got list of post_ids using selenium and BeautifulSoup.
However, w…
-
Hi all - I wrote @neon-ninja about this and he suggested I open it up for everybody.
A couple weeks ago, the m.facebook.com /posts endpoint stopped working for me. Maybe it works for people with ot…
-
Regarding to the code in #742, how do I export the pprint output to a json/ccv file?
-
URL: https://m.facebook.com/SCHuangLawyer/posts/
Logs:
C:\Users\admin\AppData\Local\Programs\Python\Python38\python.exe D:/workspace/untitled/test.py
Starting to iterate pages
Requesting page f…
-
Hello, guys! I'm having trouble using `get_posts_by_search` to get posts. Here's my code:
```
import facebook_scraper as fb
fb.set_cookies("cookies.txt")
keywords = "nintendo"
for post in f…
-
We are using the scraper to scrape facebook pages for a long time and now I cannot scrape posts from many pages these days, we are using user cookies and I don't think there are issues with the cookie…
-
Helo, i read on the options parameter that to display the reactions, we just change the "extra_info" become True. So, what im doing now is, i got to file __init__.py, in line 61. i change the code
…
-
Win 10, Python 3.8.11, Anaconda Spyder
Last week I used the library to get posts of an facebook account. I found I could not get the post and comments text data as the example. So I updated today b…
-
Hey, I am writing my own scraper and I am taking inspiration from this project, so first of all thank you for maintaining and putting effort in here. I am a bit stuck on how to generally extract data …