whatsfly
whatsfly copied to clipboard
free(): invalid pointer Aborted
with very minimal example
from whatsfly import WhatsApp
chat = WhatsApp()
# send mesage
chat.send_message(phone="myPhoneNumber", message="Hello World!")