go-whatsapp
go-whatsapp copied to clipboard
WhatsApp (beta) Multi Device, the phone doesn't need to be connected to the internet anymore
https://faq.whatsapp.com/general/download-and-installation/about-multi-device-beta/?lang=en
good news, but ...
The biggest But in the history..... Will that mean, user can turn off the mobile?
Will that mean, we need to update the season method. It is great news, since your chatbot bot will stay connected regardless the mobile availability... Like telegram...
BUT.......
i tried the new web whatsapp beta . u can turn off the mobile, after connected to whatsapp the browser need to download some data first and lots of stuff changed like enckey, mackey is gone. now privkey, publickey.
i tried the new web whatsapp beta . u can turn off the mobile, after connected to whatsapp the browser need to download some data first and lots of stuff changed like enckey, mackey is gone. now privkey, publickey.
I've tried it too. For websocket change to wss://web.whatsapp.com/ws/chat. And all messages sent and received use binary messages.
Eu tentei o novo beta do WhatsApp da web. vc pode desligar o celular, depois de conectado ao whatsapp o navegador precisa baixar alguns dados primeiro e muitas coisas mudaram como enckey, mackey sumiu. agora privkey, publickey.
Eu também tentei. Para websocket, mude para wss: //web.whatsapp.com/ws/chat. E todas as mensagens enviadas e recebidas usam mensagens binárias.
https://github.com/sigalor/whatsapp-web-multi-device-reveng
Eu tentei o novo beta do WhatsApp da web. vc pode desligar o celular, depois de conectado ao whatsapp o navegador precisa baixar alguns dados primeiro e muitas coisas mudaram como enckey, mackey sumiu. agora privkey, publickey.
Eu também tentei. Para websocket, mude para wss: //web.whatsapp.com/ws/chat. E todas as mensagens enviadas e recebidas usam mensagens binárias.
https://github.com/sigalor/whatsapp-web-multi-device-reveng
https://discord.gg/DSjYvwMB
@Romerito007
I think it is my account ...
@Romerito007
Try this https://discord.gg/ED6NCzhaCE
go-whatsapp @ramacatur will the library support it?
I believe, but it needs a loooooooot of work.
Sessions changed All messages encrypted Json changes
The question, if we ask clients no to update his WhatsApp, will this library continue to work?
Honestly it is great update, but we need to refactoring everything.
Regard
On Wed, Jul 21, 2021, 11:02 PM Leonardo Neto @.***> wrote:
go-whatsapp @ramacatur https://github.com/ramacatur will the library support it?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Rhymen/go-whatsapp/issues/598#issuecomment-884461164, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABDLT27MBI3UX3WOUWTJNZTTY4RUFANCNFSM5ASLEAWA .
I also have this doubt @beshoo
this lib any problem: https://github.com/adiwajshing/Baileys/issues/605
we're screwed people!
Am not sure but i believe that the best is to use headless browser.... This way you are dealing with interface which is more easy than reverse engineering.
But chrome is a huge problem to the server... Oh my god.....
On Wed, Jul 21, 2021, 11:34 PM Leonardo Neto @.***> wrote:
this lib any problem: adiwajshing/Baileys#605 https://github.com/adiwajshing/Baileys/issues/605
we're screwed people!
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Rhymen/go-whatsapp/issues/598#issuecomment-884481246, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABDLT2YS4DW4A3JCYHAYMXDTY4VNNANCNFSM5ASLEAWA .
@beshoo On your system you can choose to use headless or go-whatsapp mode? I'm going to have to start implementing this on mine too. Which headless lib would you recommend?
Well, you needed to give it a try, search github.com
Am not sure how stable it is. But am sure it is more easy than the reverse engineering one. The problem with the headless is one thing. If whatsapp chose to change one line of css or html, your code will fucked up.
It is use css and javascript to control interface.
On Thu, Jul 22, 2021, 1:48 AM Leonardo Neto @.***> wrote:
@beshoo https://github.com/beshoo On your system you can choose to use headless or go-whatsapp mode? I'm going to have to start implementing this on mine too. Which headless lib would you recommend?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Rhymen/go-whatsapp/issues/598#issuecomment-884546597, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABDLT26LHRRBMNCYABU6MBLTY5FEBANCNFSM5ASLEAWA .
@beshoo I found this one too: https://github.com/orkestral/venom headless.
Do you use go-whatsapp professionally? will it harm you in any way?
My service https://Momentreply.com based on go-whatsapp....
And yes i believe we are going to ask user to stay with current versions of whatsapp.
Till we figure out how to get things up and running.
On Thu, Jul 22, 2021, 2:10 AM Leonardo Neto @.***> wrote:
@beshoo https://github.com/beshoo I found this one too: https://github.com/orkestral/venom headless.
Do you use go-whatsapp professionally? will it harm you in any way?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Rhymen/go-whatsapp/issues/598#issuecomment-884555219, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABDLT2ZSNQQHSSVPT3M7ECTTY5HXJANCNFSM5ASLEAWA .
@beshoo Perfect very good!
I will do that too. And already porting the code to work headless.
https://github.com/orkestral/venom This has a lot of bugs, be careful...
On Thu, Jul 22, 2021, 3:22 AM Leonardo Neto @.***> wrote:
@beshoo https://github.com/beshoo Perfect very good!
I will do that too. And already porting the code to work headless.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Rhymen/go-whatsapp/issues/598#issuecomment-884579918, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABDLT275JFAGLLSSN56NRDLTY5QD3ANCNFSM5ASLEAWA .
Yes, this version has a lot of bugs, @beshoo how can I talk to you? send me an email: [email protected]
From what I noticed even the headless mode is struggling to make it work.
whatsapp-web.js is the best for headless right now because of the simple object-oriented approach.
https://github.com/pedroslopez/whatsapp-web.js
The biggest But in the history..... Will that mean, user can turn off the mobile?
Will that mean, we need to update the season method. It is great news, since your chatbot bot will stay connected regardless the mobile availability... Like telegram...
BUT.......
I mantain a similar libary, but for Java and Kotlin. I think I've got most of the changes figured out. When and if I'll make it, if you want I can help migrate this library as well
The biggest But in the history..... Will that mean, user can turn off the mobile? Will that mean, we need to update the season method. It is great news, since your chatbot bot will stay connected regardless the mobile availability... Like telegram... BUT.......
I mantain a similar libary, but for Java and Kotlin. I think I've got most of the changes figured out. When and if I'll make it if you want I can help migrate this library as well
Yes please share it now if you can, a lot of users trying to know the howto, if you share it now, you will give us a big favor,
The biggest But in the history..... Will that mean, user can turn off the mobile? Will that mean, we need to update the season method. It is great news, since your chatbot bot will stay connected regardless the mobile availability... Like telegram... BUT.......
I mantain a similar libary, but for Java and Kotlin. I think I've got most of the changes figured out. When and if I'll make it if you want I can help migrate this library as well
Yes please share it now if you can, a lot of users trying to know the howto, if you share it now, you will give us a big favor,
@pokearaujo https://github.com/pokearaujo/multidevice
@Rhymen Have you seen this yet?
Good Morning! Has anyone found any solution of what to do about whatsapp beta?
I know that a lot has changed, does anyone already know what the changes are for us to implement?
Good Morning! Has anyone found any solution of what to do about whatsapp beta?
I know that a lot has changed, does anyone already know what the changes are for us to implement?
Good Morning! Has anyone found any solution of what to do about whatsapp beta?
I know that a lot has changed, does anyone already know what the changes are for us to implement?
You can see this repo
I am trying to write in go by looking at the repository https://github.com/pokearaujo/multidevice . But everything is minified there. It would be nice to write an algorithm, as they did in the previous version of whatsapp. While I manage to install handshake with whatsapp, I get some keys and it is not clear what to do with them further.