Rhymen / go-whatsapp

WhatsApp Web API
MIT License
2.04k stars 491 forks source link

Building an auto responder #234

Open beshoo opened 4 years ago

beshoo commented 4 years ago

Dear all First of all, i am php developer. And this is my first time knowing about go....

Anyway.... I want to build a whatsapp auto responder service. Whuch users will only will see the qr code in php page, user will scan from a web page, and after scan i will get his whatsapp name to confirm the connection.

Then in background it has to be a service whuch will connect to the via a specific proxy. Each user has its owne session with unique proxy.

This service will take the responsibility to analyze the messages and reply to the sender.

This service will be php services. I can talk to go via exec, i thinkšŸ¤”

I am not sure how can do this .

I need this to be full automated in background, kind of an API.

How can i achieve this?

Another question : as i understand this library count on analyzing the html and Javascript of whatsapp web platform.

This is very unstable, since whatsapp can update the platform in any time lead to break down this library.

I know that people will figure out a way to get it back but i am talking business wise.

Someon may say, use whatsapp business api, will it is not available and even if it available, it will be expensive.

Please advice

codenoid commented 4 years ago

first time knowing about go I am not sure how can do this . How can i achieve this?

first learn Go & the library,

This is very unstable, since whatsapp can update the platform in any time lead to break down this library.

yeah, i've use it from last year, and this way was very-very unstable and buggy

I know that people will figure out a way to get it back but i am talking business wise. Someon may say, use whatsapp business api, will it is not available and even if it available, it will be expensive.

dude, just don't sell application that rely on something (like whatsapp and go-whatsapp that unstable).