tgalal / yowsup

The WhatsApp lib
GNU General Public License v3.0
7.06k stars 2.23k forks source link

Is this library working ?? #3251

Open ibrahemesam opened 9 months ago

ibrahemesam commented 9 months ago

I wanna know if this library is still working. ie: not broken due to a WhatsApp backend update.


I am writing an app that has a required feature to send text msg in WhatsApp to the customer.
I tried selenium but it requires that a web browser instance to be running. that is too much RAM. my app can't app afford that.
So, is this library still working ? can I depend on it ??

Tatitooo commented 9 months ago

hello, you can use https://github.com/wppconnect-team/wppconnect-server (i'm not a contributor in this project)

ibrahemesam commented 9 months ago

hello, you can use https://github.com/wppconnect-team/wppconnect-server (i'm not a contributor in this project)

Wppconnect Server automates a chrome web-browser instance. which uses too much RAM. I wanna something lite. something that communicates directly through WhatsApp's WebSocket Server

borisjota commented 8 months ago

Hello, did you find any library that works for you? I have the same problem.

ibrahemesam commented 8 months ago

Nothing yet. If you find one, please let me know

JenteJan commented 7 months ago

@ibrahemesam, have you checked out whatsmeow? It's written in golang but might be what you're looking for. anyways Im also still looking into ways to connect whatsapp

ibrahemesam commented 7 months ago

@JenteJan, yes & thank you 3>
it's difinitely what I'm looking for. When I continue working on my project, I'm gonna test it. and if it works, I'm gonna compile it as a shared library and use it directly in my python project.