This repository was archived by the owner on Mar 29, 2021. It is now read-only.
-
|
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 |
Beta Was this translation helpful? Give feedback.
Answered by
aahnik
Jan 31, 2021
Replies: 2 comments 1 reply
-
|
Hi @mvpalheta , thank you for asking.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Thanks to @mrwenjie , for helping me figure out the actual problem. Solution to the problem: Don't use ipython. Create a python script, and then run that from terminal. For example create |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
aahnik
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Thanks to @mrwenjie , for helping me figure out the actual problem.
Solution to the problem: Don't use ipython. Create a python script, and then run that from terminal.
For example create
script.pyand write the code in it. Then from terminal or command prompt, go to that directory and runpython script.py👉 Click here to watch an ad