-
1 - `posted_on` column in .csv file is empty.
No errors when running the program but I do see a few `no post_url, skipping` in the terminal while it is running
2 - On some pages, like MetaSinga…
-
There's the following warning:
"facebook_scraper.py:855: UserWarning: Facebook language detected as ar_AR - for best results, set to en_US"
Please modify the text of the warning such that it expla…
-
Hi, I'm trying to scrape public group posts but seems like it doesn't do anything. When run the script just ends instantly without scraping any posts. Is this a bug or I'm doing something wrong?
``…
-
I'm trying to scrape data from this Facebook page , I get an empty list every time
here is my code
```
from facebook_scraper import get_posts
posts_url = []
for post in get_posts('TNBPalestine…
-
Hey there! I am using facebook-scraper for my thesis reaserch. Its really great tool. I just have one issue. I think it is caused by exceeding the number of pages existing on a specific profile.
For…
-
Every two, three weeks I scrap informations, Facebook sends me emails that say it suspects somebody entered my account and I need to change the password every time (and consequently change the cookies…
-
I don't know if anyone have encountered this issue or it's a problem of mine, but for some profiles, I see that they have friends in their profile (_facebook.com/{profile}/friends/_) but Facebook show…
-
I was using the scraper when it suddenly just stopped returning reactions data. The logs printed `Extract reactions didn't return anything`. I checked the m.facebook.com page and reactions are no long…
-
Facebook seems to have removed the "from" property from Comments. This causes a problem for the comment_author field in the comments scraper. Is there a possible workaround?
-
Hi, I have just installed the the Facebook Scraper, and I tried to run the example code provided in the README.md
`from facebook_scraper import get_posts
for post in get_posts('nintendo', pages=1)…