Skip to content

Sending messages does not work. #14

@felipe010203

Description

@felipe010203

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions