Skip to content

An app that automate Whatsapp web to sending a bulk messages to specific contact

License

Notifications You must be signed in to change notification settings

Ysn4Irix/whatsapp-message-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whatsapp Message Automation


An app that automate Whatsapp web to sending a bulk messages to specific contact built using

nodejs       express


star-repo

📟

  • This app is created to demonstrate how Puppeteer can automate browsers

Puppeteer is a Node library which provides a high-level API to control Chrome or Chromium over the DevTools Protocol. Puppeteer runs headless by default, but can be configured to run full (non-headless) Chrome or Chromium.

What can I do?

Most things that you can do manually in the browser can be done using Puppeteer! Here are a few examples to get you started:

  • Generate screenshots and PDFs of pages.
  • Crawl a SPA (Single-Page Application) and generate pre-rendered content (i.e. "SSR" (Server-Side Rendering)).
  • Automate form submission, UI testing, keyboard input, etc.
  • Create an up-to-date, automated testing environment. Run your tests directly in the latest version of Chrome using the latest JavaScript and browser features.
  • Capture a timeline trace of your site to help diagnose performance issues.
  • Test Chrome Extensions.

Usage

  1. First change the contact name to your own
;(async () => {
  await bomber("ContactName")
})()
  1. Run it
  npm start
  1. A Chromium instance will be open, login to your Whatsapp using the QR Code and see the magic 🤙

Disclaimer

This app It only demonstrates "how Puppeteer & web Automation works". You shall not use to spam on someone. However use at your own risk.

🙌

❯ About

Contributing

Pull requests and stars are always welcome. For bugs and features requests, please create an issue.

Author

Ysn4Irix


📃

❯ License

Copyright © 2022-present, Ysn4Irix. Released under the MIT License.

About

An app that automate Whatsapp web to sending a bulk messages to specific contact

Topics

Resources

License

Stars

Watchers

Forks