aldinokemal / go-whatsapp-web-multidevice

API for Whatsapp Web Multi Device Version, Support UI & Webhook
MIT License
581 stars 245 forks source link

Multi Account Support⚡️ #147

Closed berkbirkan closed 6 months ago

berkbirkan commented 6 months ago

What problem does your feature request solve?

Multi account support

Describe the solution you are proposing.

Hello. First of all, thank you for your efforts. I really like your API, especially the web interface is very well thought out. However, I couldn't find a feature for adding or removing multiple accounts. Since your API's name includes "multidevice," I thought this feature was included, but I guess I was mistaken. If you could add this feature, I would be very happy. I'm sure many others would feel the same way because running each account on different ports is not very efficient.

Describe alternatives you have considered.

No response

Importance

I Need It

Additional Context

aldinokemal commented 6 months ago

Multi-device here means that in WhatsApp multi-device architecture. Eventough this base library supports multi-account login. I personally do not implement this because of the of the webhook issue, and we can also able to run on another port easily if you want to login with a different account.