aahnik / wappdriver

Wondering how to send WhatsApp messages using Python using only 3 lines of code? You have come to the right place!
https://aahnik.github.io/wappdriver/
MIT License
46 stars 3 forks source link

NameError: name 'quit' is not defined #44

Closed mvpalheta closed 3 years ago

mvpalheta commented 3 years ago

I get that error when try run de code below

from wappdriver import WhatsApp with WhatsApp() as bot: bot.send('Eu_mesmo', # name of recipient 'hi send by a bot') # message