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

Facebook Post Scraper 🕵️🖱️

Results 31 facebook-post-scraper issues
Sort by recently updated
recently updated
newest added

``` usage: ipykernel_launcher.py [-h] -page PAGE -len LEN [-infinite INFINITE] [-usage USAGE] [-comments COMMENTS] ipykernel_launcher.py: error: the following arguments are required: -page/-p, -len/-l ``` can anyone help me to solve...

C:\Users\Diya Guha Roy\Desktop\Articles\Netnography 1\data>scraper.py -h Traceback (most recent call last): File "C:\Users\Diya Guha Roy\Desktop\Articles\Netnography 1\data\scraper.py", line 6, in from selenium import webdriver ImportError: No module named selenium

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?

When running the script, I get: ``` Traceback (most recent call last): File "scraper.py", line 357, in postBigDict = extract(page=args.page, numOfPost=args.len, infinite_scroll=infinite, scrape_comment=scrape_comment) File "scraper.py", line 258, in extract _login(browser,...

![image](https://user-images.githubusercontent.com/57311200/106353846-7eac6100-6328-11eb-81bb-98bc424c6d2f.png) Is there any solution to this. It's not possible to scrape anything as it keeps on crashing after 1-3 scrolls

Hi, Is this crawler still working? I managed to get it up and running but then once the script is scrolling down the page, it abruptly closes and nothing gets...

How do I get the source code of a facebook group page? I tried cntrl + u but chrome cant find any of the class names I inputted in cntrl...

Hi, thank you for this great work, i arrived to pull posts from facebook, but without reactions ? and when i uncomment _Dict['Reaction']_ in __extract_html_ function, i get this error...