pywhatsapp icon indicating copy to clipboard operation
pywhatsapp copied to clipboard

Sending messages does not work.

Open felipe010203 opened this issue 7 years ago • 3 comments

Sending messages does not work. I am sending them in the following way and they do not arrive

from whatsapp import Client

@app.route("/sendLocalMessage") def sendLocalMessage(): message = request.args.get('message') client = Client(login='573017845847', password='MyPassword') print message client.send_message("573187987898","hola")

Any help, please!

felipe010203 avatar May 22 '17 17:05 felipe010203

+1. author, does library works?

antonid08 avatar Oct 25 '17 18:10 antonid08

Sorry I no longer have a phonenumber to register so I am really not sure if it still works

tax avatar Nov 01 '17 19:11 tax

same problem. It returns me "None" instead

sukirtisharma26 avatar Dec 20 '18 11:12 sukirtisharma26