facebook-scraper-selenium icon indicating copy to clipboard operation
facebook-scraper-selenium copied to clipboard

Results 7 facebook-scraper-selenium issues
Sort by recently updated
recently updated
newest added

These are the steps I did 1. installed selenium using pip install -U selenium 2. downloaded geckodriver and put it under fb-scraper folder 3. created credentials.txt under fb-scraper folder -...

it seems fairly difficult creating a dummy facebook account will this program cause blocking or banning of the facebook account? any good approach to get a dummy account?

Does it work with new Facebook layout ?

I found this option which may be useful: ```python3 from selenium.webdriver.chrome.options import Options options = Options() options.add_experimental_option("prefs", {"profile.managed_default_content_settings.images": 2}) ``` It prevents Chrome from downloading images, increasing page load speed....

great scraper for me, really useful, thank you. Any chance to scrape all public posts starting from a specific "keyword" search, instead a specific page? For ex.: python scraper.py -k...

Code is working perfectly. I'm using it for academic purposes. Is it possible to add the possibility to scrape the comments of a public page?