Facebook-Page-Crawler icon indicating copy to clipboard operation
Facebook-Page-Crawler copied to clipboard

A Python crawler uses Facebook Graph API to crawling fan page's public posts, comments, and reactions.

Results 7 Facebook-Page-Crawler issues
Sort by recently updated
recently updated
newest added

error: OAuthException - (#10) To use 'Page Public Content Access', your use of this endpoint must be reviewed and approved by Facebook. To submit this 'Page Public Content Access' feature...

i got this issue while running the program C:\WINDOWS\system32>facebook_page_crawler '827852074085717' 'second-app' 'appledaily.tw' '2018-03-08 14:05:00' '2018-03-08 15:00:00'-r yes usage: facebook_page_crawler [-h] [-att] [-r] [-api API_VERSION] [-l LIMIT] [-d] [-p PROCESS_NUM] [-w]...

line 3, in import requests ModuleNotFoundError: No module named 'requests'

Hi all! Thank you so much for making this amazing tool and releasing it to the public. I am using it to test scraping data from my public page, and...

/facebook_page_crawler.py", line 192, in fetchFeeds raise Exception('Fetch feeds failed') Exception: Fetch feeds failed

Hi, I can't run the script, it prompt me this error : 2018-05-07 05:37:17 - (FacebookPageCrawler)[INFO] - Initialize crawler Traceback (most recent call last): File "/usr/local/bin/facebook_page_crawler", line 11, in load_entry_point('facebook-page-crawler',...

When I run this command: python3 setup.py develop This error appears: Traceback (most recent call last): File "/Users/username/Desktop/Python/Facebook-Page-Crawler/setup.py", line 10, in install_requires = [str(ir.req) for ir in install_requires] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File...