whatsfly
whatsfly copied to clipboard
example code not work, and make session crashed for unknown reason on google colab
info
- env : google colab
- os : ubuntu jammy x86_64
- python : 3.10.12
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