-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Community support #255
Comments
I can probably port it from my library cobalt tomorrow. I'll open a PR once I'm done |
Wow! I started reading the documentation of your Cobalt repo, what a fantastic job 👏 |
Uhm I'm having some problems with the community create node. It looks right, but it's throwing: |
I saw some of your repos and noticed the WhatsappWebRequestAnalyzer. Java and Kotlin aren't even close to my most familiar stacks, but from what I understand this project uses Chrome 90 injected with a layer that takes every request made by WhatsApp. Is that how you were able to reverse engineer this community feature originally for Cobalt? |
Yeah, actually I use chrome 114, but you should be able to use any Chrome ≥ 111
You also need to understand the original Whatsapp web source code most of the times, but having the raw node is definitely a good start. To see the mobile's app nodes download the Whatsapp beta and run the following adb command: |
I used this code to make the IQ request. Bug getting 400. Any Idea?
Inside the "example.ts", make an request to WA servers using:
The expected result is something like this:
|
any news on this subject? it would be great to be able to count communities so you can message them mainly in the general notices group. |
Up |
If someone still needs it I could port it from my library as I found the fix |
Any updates on the matter, I would really like to use the community functions, I saw that @Auties00 had found a solution, but has it already been incorporated into Baileys? |
I should add support for both communities and channels in the near future. I'd like to do it this week, but I have to study as my mid terms are coming up for uni. I'll do it asap tho |
Thank you for the response and the attention, I will be waiting and good luck with your studies. |
Thanks :) |
I'm looking forward to receive this new feature in baileys!!! |
Are there some news? |
Are there some news to receive this new feature in baileys? |
any update? |
@SatzzDev @luispimenta @luangduartedev @luanhduarte @Auties00 @iannortnau @luizsvl @tizum @guiguicdd I created a support for communities, can you test it? |
I would suggest community support. I've seen WPPConnect implement this and would like to take the opportunity and ask if anyone knows how I can port this to the Baileys. Exists some doc to explain how can I inspect WhatsApp to create this feature?
https://github.com/wppconnect-team/wppconnect/blob/master/src/api/layers/community.layer.ts
The text was updated successfully, but these errors were encountered: