shaikhsajid1111 / facebook_page_scraper

Scrapes facebook's pages front end with no limitations & provides a feature to turn data into structured JSON or CSV
https://pypi.org/project/facebook-page-scraper/
MIT License
220 stars 65 forks source link

setup.py install is deprecated. Use build and pip and other standards-based tools. #55

Open aminbouhamed opened 1 year ago

aminbouhamed commented 1 year ago

when im running python setup.py install it show me the error mentioned in the title

shaikhsajid1111 commented 1 year ago

Does this resolve your issue?

aminbouhamed commented 1 year ago

i run python setup.py install instead of python3 setup.py install and it worked but when i import facebook_page_scraper it show me this error AttributeError: module 'OpenSSL.SSL' has no attribute 'SSLv2_METHOD'. Did you mean: 'SSLv23_METHOD'?

shaikhsajid1111 commented 1 year ago

That's a whole different issue among the dependencies. The answer from here worked for me.

ihabpalamino commented 1 year ago

hello guys if i want to fixe a period of date that i want to scrape how to do its?for example if i want to scrape from 2023/1/1 until 2023/4/13