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

Add option to send message / image to a group #5

Closed Otamay closed 6 months ago

Otamay commented 6 months ago

In python WhatsApp send_message and send_image methods, a boolean parameter named "group" has been added. If true, it will send a message/image to the group id given in "phone" parameter.

I only built the linux libraries because I don't have the build tool for windows, but it should compile fine.

cloned-doy commented 6 months ago

Thank you for your contribution! I appreciate the addition of the 'group' parameter to the send_message and send_image methods. I've reviewed the changes, and it seems well-implemented. Thank you!