aj-4 / tinder-swipe-bot

404 stars 180 forks source link

How to run the bot ? #29

Closed Matduke closed 4 years ago

Matduke commented 4 years ago

Hi,

Please, what is the next step after putting chromedriver in /usr/local/bin ?

Thank you !

Matduke commented 4 years ago

I have this error after run the .py:

Traceback (most recent call last): File "tinder_bot.py", line 1, in from selenium import webdriver ImportError: No module named selenium

pip install selenium File "", line 1 pip install selenium ^ SyntaxError: invalid syntax