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
222 stars 67 forks source link

setup.py for november 2023 #87

Open rihemansour opened 10 months ago

shaikhsajid1111 commented 10 months ago

Thank you for submitting your pull request. I appreciate your contribution to the project! However, I noticed that the description is currently lacking some context, making it a bit challenging to understand the changes you've made and the purpose behind them.

Could you please provide more details on the problem you are solving and the approach you took to address it? This will help me review your changes more effectively and ensure they align with the goals of the project.

rihemansour commented 10 months ago

I changed this part : requirements = ['selenium==4.1.0', 'webdriver-manager==4.0.1', 'selenium-wire==5.1.0', 'python-dateutil==2.8.2']
because the last webdriver-manager version ( 3.2.2 ) caused this error (ValueError: There is no such driver by url http://chromedriver.storage.googleapis.com/LATEST_RELEASE_115.0.5790)

shaikhsajid1111 commented 10 months ago

Oh Okay, Is it running properly with these changes now? Did you face any compatibility issues?

rihemansour commented 10 months ago

No after the changes