cloned-doy / whatsfly

WhatsFly : Just try and go fly. WhatsApp web wrapper in Python. No selenium nor gecko web driver needed.
https://pypi.org/project/whatsfly
MIT License
22 stars 9 forks source link

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

Open sugizo opened 2 months ago

sugizo commented 2 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

cloned-doy commented 2 months ago

Thank you for submitting the report. Could you kindly provide the console logs as well?

sugizo commented 2 months ago

image

best regards