facebook_page_scraper icon indicating copy to clipboard operation
facebook_page_scraper copied to clipboard

Scrapes facebook's pages front end with no limitations & provides a feature to turn data into structured JSON or CSV

Results 72 facebook_page_scraper issues
Sort by recently updated
recently updated
newest added

I work with a fast api application this worked with me on the local but when tried to "dockerize" the app got this exception ``` raise exception_class(message, screen, stacktrace) selenium.common.exceptions.SessionNotCreatedException:...

No module named 'seleniumwire' No module named 'selenium' No module named 'selenium' No module named 'selenium'

I've been running this code for a while, and just today, I've been getting this issue. I've been using this to collect data for research, and I don't understand why...

bug

Hey! Thanks for your script. But I was trying to run your example and get the 'no posts were found' error. Is it because of the new layout? Thanks!

When installing 0.1.8 either through pip3 or setup.py it fails with a FileNotFound on "README.MD" Workaround - rename README.md to README.MD.

bug

Hello, first of all thank you for this very useful code :) I tried to run it requesting 100 posts instead of 10 posts_count =100 and everything runs perfect, but...

Hello, in pages that have migrated to the new template, it is not possible to recover the posts. In pages that keep the old template, it works without problem. Do...

enhancement

Hi guys, im trying to work with a proxy. And i get this error: `TypeError: __init__() got an unexpected keyword argument 'proxy'` my setting: ``` page_name = "FacebookAI" posts_count =...

Hi, When I want to scrape the last 100 posts on a Facebook page: ``` facebook_ai = Facebook_scraper("facebookai",100,"chrome") json_data = facebook_ai.scrap_to_json() print(json_data) ``` Only 19 posts are scraped. I tried...