whatsfly icon indicating copy to clipboard operation
whatsfly copied to clipboard

WhatsFly : Just try and go fly. WhatsApp web wrapper in Python. No selenium nor gecko web driver needed.

Results 11 whatsfly issues
Sort by recently updated
recently updated
newest added

hi @cloned-doy, Thanks for the incredible library. I been using it to do some what app automation. Suddenly last week my setup have a (V 0.0.22) version outdated error. I...

**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...

panic: runtime error: invalid memory address or nil pointer dereference [signal 0xc0000005 code=0x0 addr=0x8 pc=0x584966da] goroutine 17 [running, locked to thread]: go.mau.fi/libsignal/state/record.(*State).SenderChainKey(...) /home/doy/go/pkg/mod/go.mau.fi/[email protected]/state/record/SessionState.go:297 go.mau.fi/libsignal/session.(*Cipher).Encrypt(0xc0001a71b0, {0xc00115a700, 0x447, 0x700}) /home/doy/go/pkg/mod/go.mau.fi/[email protected]/session/SessionCipher.go:71 +0x7a go.mau.fi/whatsmeow.(*Client).encryptMessageForDevice(0xc0001c6800,...

Hi, is there any way to use this tool to send a simple text message to a group chat?

Things in this PR - Added support to send video and documents - updated the dependencies (at least on the linux amd64 build), probably fixes #9 - updated the examples...

![Screenshot 2024-07-17 134258](https://github.com/user-attachments/assets/5bc71511-0244-440b-b673-c39fe14b9097)

The poll votes are encrypted when seen from python, and i've seen a `DecryptPollVote` function on whatsmeow... so i guess the poll votes should be decrypted using this function on...

I think a documentation is need for this project

![image](https://github.com/cloned-doy/whatsfly/assets/162066417/cd6056be-33cc-4a42-a9be-4e01d55ac556) with very minimal example ```#!/usr/bin/env python3 from whatsfly import WhatsApp chat = WhatsApp() # send mesage chat.send_message(phone="myPhoneNumber", message="Hello World!") ```