facebook_page_scraper
facebook_page_scraper copied to clipboard
setup.py for november 2023
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.
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)
Oh Okay, Is it running properly with these changes now? Did you face any compatibility issues?
No after the changes