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
info
steps
pip install -U whatsfly !wget -c 'https://i.ytimg.com/vi/vEYsdh6uiS4/maxresdefault.jpg' from whatsfly import WhatsApp chat = WhatsApp() # send mesage chat.sendMessage(phone = "6283139750000", message = "oi") # send mesage chat.sendImage(phone = "6283139750000", image_path = "maxresdefault.jpg", caption = "oi")
result not work, and make session crashed for unknown reason on google colab
best regards
The text was updated successfully, but these errors were encountered:
Thank you for submitting the report. Could you kindly provide the console logs as well?
Sorry, something went wrong.
Probably an error with whatsmeow
Also you should chat.connect after whatsapp instantiation
Successfully merging a pull request may close this issue.
info
steps
result
not work, and make session crashed for unknown reason on google colab
best regards
The text was updated successfully, but these errors were encountered: