facebook_page_scraper icon indicating copy to clipboard operation
facebook_page_scraper copied to clipboard

setup.py for november 2023

Open rihemansour opened this issue 1 year ago • 4 comments

rihemansour avatar Nov 09 '23 20:11 rihemansour

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.

shaikhsajid1111 avatar Nov 11 '23 06:11 shaikhsajid1111

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)

rihemansour avatar Nov 11 '23 19:11 rihemansour

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

shaikhsajid1111 avatar Nov 18 '23 09:11 shaikhsajid1111

No after the changes

rihemansour avatar Nov 18 '23 10:11 rihemansour