We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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. 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!
The text was updated successfully, but these errors were encountered:
+1. author, does library works?
Sorry, something went wrong.
Sorry I no longer have a phonenumber to register so I am really not sure if it still works
same problem. It returns me "None" instead
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: