whatsfly icon indicating copy to clipboard operation
whatsfly copied to clipboard

example code not work, and make session crashed for unknown reason on google colab

Open sugizo opened this issue 10 months ago • 4 comments

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

sugizo avatar Apr 14 '24 19:04 sugizo