salman0ansari / whatsapp-api-nodejs

RESTful WhatsApp API with Multiple Device Support
GNU General Public License v3.0
1.27k stars 605 forks source link

whatsapp-md #6

Closed Diden05 closed 2 years ago

Diden05 commented 2 years ago

Will there be a modification for WhatsApp-MD? (https://github.com/adiwajshing/Baileys/tree/multi-device)

salman0ansari commented 2 years ago

Will there be a modification for WhatsApp-MD? (https://github.com/adiwajshing/Baileys/tree/multi-device)

Yes, I will implement MD when it will be Stable.

Diden05 commented 2 years ago

It seems to me that the library is quite stable, although of course it's up to you to decide.

PS: And that's what I thought about, but it will turn out to make a universal solution so that you can use both the old Baileys library and Baileys/multi-device?

salman0ansari commented 2 years ago

Baileys/MD is not stable yet, this is probably because WhatsApp/MD is also still in beta. I'll not start working on it until a stable version is released.

manojsitapara commented 2 years ago

@salman0ansari adiwajshing/baileys has merge multi device and web version into one, can we implement MD now?

salman0ansari commented 2 years ago

already started working! will push some progress soon. https://github.com/salman0ansari/whatsapp-api-nodejs/tree/MultiDevice

franciscodias89 commented 2 years ago

Hi! Very good! When will this MD version be ready? What's your prediction?

salman0ansari commented 2 years ago

1 month maybe 😶‍🌫️

salman0ansari commented 2 years ago

@salman0ansari Multi-device API - Swagger 3.0

Already have developers running baileys - multi-device - api https://whatsapi-md-demo.herokuapp.com/v3/docs/

and?

achdiadsyah commented 2 years ago

@salman0ansari Multi-device API - Swagger 3.0

Already have developers running baileys - multi-device - api https://whatsapi-md-demo.herokuapp.com/v3/docs/

did you know the repo?

salman0ansari commented 2 years ago

@salman0ansari Multi-device API - Swagger 3.0 Already have developers running baileys - multi-device - api https://whatsapi-md-demo.herokuapp.com/v3/docs/

did you know the repo?

This project is from @Manjit2003 you can buy Source code from him if you're interested.

Manjit2003 commented 2 years ago

Thank you for mention @salman0ansari

Diden05 commented 2 years ago

I think it's better to use .


// this type can have any of the socket types underneath
import { AnyWASocket } from '@adiwajshing/baileys

So that you can use both the md and the legacy version

salman0ansari commented 2 years ago

Nice, thank you

salman0ansari commented 2 years ago

MD branch is merged now so closing this issue.