8 ms·
I don’t know if whatsmeow was intended for this use case: imagine a LLM performing multiple calls in a short period of time, could you risk to have your whatsap
by gabll 1y ago
I don’t know if whatsmeow was intended for this use case: imagine a LLM performing multiple calls in a short period of time, could you risk to have your whatsapp account blocked by Meta?
- d3m0t3p 1y agoApparently this is the case: https://github.com/tulir/whatsmeow/discussions/199 https://github.com/tulir/whatsmeow/discussions/199
- jeroenhd 1y agoGood to know WhatsApp is at least somewhat proactive against scammers.
- vdfs 1y agoWhatsApp will ban you if it detect any kind of automation, if you use this or an other wrapper you will -very luckily- get banned, even without making calls. They want you to use their paid business API
- kinduff 1y agoI've been running and using a puppeting bridge [1] for my Matrix instance for more than 4 years with 3 different numbers and no problem at all. The controls they have in place are probably based on behavior, rather than on access. [1]: https://github.com/mautrix/whatsapp https://github.com/mautrix/whatsapp
- lharries 1y agoIt saves the messages in a local SQLite database on load — so querying shouldn't be an issue as it doesn't contact the WhatsApp server. For sending, this does use the API however and needs more caution