-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work at all #22
Comments
you need to install python bro |
py already installed before using the repo |
You need to make it visible to the Shell. So install it into this bash your are running :) |
i'll figure it out |
It worked for me. Only thing you need to find your chrome version and download same version of chromedriver and change chromedriver location in WhatsApp.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
after scnd cmnd line, all the feedback is negative such as:
Aliance@DESKTOP-MG1BMCP MINGW64 ~/Desktop/WhatsappBOT (master)
$ python3 -m venv venv
bash: python3: command not found
Aliance@DESKTOP-MG1BMCP MINGW64 ~/Desktop/WhatsappBOT (master)
$ source venv/bin/activate
bash: venv/bin/activate: No such file or directory
Aliance@DESKTOP-MG1BMCP MINGW64 ~/Desktop/WhatsappBOT (master)
$ pip install -r requirements.txt
bash: pip: command not found
Aliance@DESKTOP-MG1BMCP MINGW64 ~/Desktop/WhatsappBOT (master)
$ python WhatsappBot.py
bash: python: command not found
Aliance@DESKTOP-MG1BMCP MINGW64 ~/Desktop/WhatsappBOT (master)
$
The text was updated successfully, but these errors were encountered: