Initial commit

This commit is contained in:
Adhiraj
2020-03-16 16:06:30 +05:30
commit 5bd524ca1f
319 changed files with 76526 additions and 0 deletions

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
# Baileys
Reverse Engineered WhatsApp Web API in Node.js
Thank you to [Sigalor](https://github.com/sigalor/whatsapp-web-reveng) for writing the guide reverse engineering WhatsApp Web and to the go reimplementation written by [Rhymen](https://github.com/Rhymen/go-whatsapp/tree/484cfe758705761d76724e01839d6fc473dc10c4)
To use Baileys: ``` js const WhatsAppWeb = require('Baileys') ```
Check out test.js to see exactly how to use Baileys.
# Note
I am in no way affiliated with WhatsApp. This is purely for educational purposes.