Code-Wizard-py-js / craigslist

Craigslist Phone scraper
3 stars 0 forks source link

Error #1

Open jepise8498 opened 2 years ago

jepise8498 commented 2 years ago

Hi, I did all the steps I installed selenium, chrome addon tampermonkey added the scrip, did 10 copy of user data from chrome and renamed them properly (rrf1, rrf2, rrf++) but when I try to run the python -m CLBotPhone.py I receive an error Traceback (most recent call last): File "C:\Users\Vanessa\Desktop\ALL\Extractor, Sender, spam cl\Phone\craigslist-main\CLBotPhone.py", line 6, in <module> from webdriver_manager import driver ImportError: cannot import name 'driver' from 'webdriver_manager' (C:\Users\Vanessa\AppData\Local\Programs\Python\Python38\lib\site-packages\webdriver_manager\__init__.py)

Code-Wizard-py-js commented 2 years ago

install selenium or pip install -r requierements.txt

Code-Wizard-py-js commented 1 year ago

fixed