Skip to content
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

Replace whatsapp-web.js with Baileys #25

Open
guyzyl opened this issue Dec 8, 2022 · 0 comments
Open

Replace whatsapp-web.js with Baileys #25

guyzyl opened this issue Dec 8, 2022 · 0 comments
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request

Comments

@guyzyl
Copy link
Owner

guyzyl commented Dec 8, 2022

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.

@guyzyl guyzyl added enhancement New feature or request dependencies Pull requests that update a dependency file labels Apr 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant