Skip to content

khushalpatel1/whatsapp-api-nodejs

 
 

Repository files navigation

whatsapp-api-nodejs ⚡

A simple NodeJS Wrapper for Baileys.

Why use this?FAQLegal

🧐 Why use this?

  • 🌠 Fast : This project uses Baileys which does not require Selenium or any other browser to be interface with WhatsApp Web, it does so directly using a WebSocket. Not running Selenium or Chromimum saves you like half a gig of ram :/
  • 🔑 Safe : Does not mess with user’s data

🤔 FAQ

  • 😕 How do I setup environment variables?
    1. Create a new file name it .env
    2. Copy/Paste your secrets in .env file - .env Example
  • ❓ Where do i get WEBHOOK_URL from? You can easily get a webhook for testing purpose from webhook.site.

  • 🛠️ Is this app built with NodeJS? Yes, it's built with NodeJS.

  • 📦 What npm modules did you use? express for API Server baileys for connecting to whatsapp web.

  • 📥 How do I contact you? If you find an issue, report it. Have questions? drop me a msg on telegram at @salman0ansari

⚖️ Legal

  • This code is in no way affiliated, authorized, maintained, sponsored or endorsed by WA(WhatsApp) or any of its affiliates or subsidiaries.
  • The official WhatsApp website can be found at https://whatsapp.com. "WhatsApp" as well as related names, marks, emblems and images are registered trademarks of their respective owners.
  • This is an independent and unofficial software Use at your own risk.
  • Do not spam people with this.

👥 Contributing

  • Contributing is simple as cloning, making changes and submitting a pull request.
  • If you would like to contribute, here are a few starters:
  • Bug Hunts.
  • More sorts of examples.
  • Make code clean.
  • Additional features/ More integrations.
  • TS support.

Thanks to Manjit for instance class.

About

A simple NodeJS Wrapper for Baileys.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.2%
  • EJS 2.1%
  • Other 0.7%