mirror of
https://github.com/guyzyl/whatsapp-contact-sync.git
synced 2026-04-25 14:05:48 +03:00
[GH-ISSUE #25] Replace whatsapp-web.js with Baileys #6
Labels
No labels
big-feature
bug
dependencies
duplicate
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whatsapp-contact-sync#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @guyzyl on GitHub (Dec 8, 2022).
Original GitHub issue: https://github.com/guyzyl/whatsapp-contact-sync/issues/25
Currently, the projects is fully based on whatsapp-web.js.
It's a very good open source project, but the problem is that in order to interact with the WhatsApp web API, it opens a headless Chrome browser which is very inefficient.
That's where Baileys comes in.
It's a library which provides a full WhatsApp web API, but does so without requiring a headless Chrome browser.
This should make the code both faster and more efficient.
@mariozelaschi commented on GitHub (Jan 21, 2026):
Hello! Any news on this issue? It would be very welcome to have Baileys, seems really a cool project with many improvements over whatsapp-web.
Btw thanks for the awesome job you're doing <3
@guyzyl commented on GitHub (Jan 24, 2026):
Nope, no progress yet. It's a very big change that I haven't gotten around to addressing. Maybe now that Claude does such a great job I might :)
And thanks!