Open sugizo opened 7 months ago
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
Thank you for submitting the report. Could you kindly provide the console logs as well?
Probably an error with whatsmeow
Also you should chat.connect after whatsapp instantiation
info
steps
result not work, and make session crashed for unknown reason on google colab
best regards