Skip to content
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

Sending messages does not work. #14

Open
felipe010203 opened this issue May 22, 2017 · 3 comments
Open

Sending messages does not work. #14

felipe010203 opened this issue May 22, 2017 · 3 comments

Comments

@felipe010203
Copy link

felipe010203 commented May 22, 2017

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!

@antonid08
Copy link

antonid08 commented Oct 25, 2017

+1. author, does library works?

@tax
Copy link
Owner

tax commented Nov 1, 2017

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

@sukirtisharma26
Copy link

same problem. It returns me "None" instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants