aydinnyunus / WhatsappBOT

Send messages to any person in any time how much you want.
422 stars 104 forks source link

Doesn't work at all #22

Open MigrantBirdd opened 1 year ago

MigrantBirdd commented 1 year ago

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) $

foster99 commented 1 year ago

you need to install python bro

MigrantBirdd commented 1 year ago

py already installed before using the repo

edgarperezblanco commented 1 year ago

You need to make it visible to the Shell. So install it into this bash your are running :)

MigrantBirdd commented 1 year ago

i'll figure it out tnx

ErannaYadav commented 1 year ago

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