whatsappWebAPI

API for sending bulk text/image to know/unknown numbers

MIT License

Stars
47
Committers
4

whatsappWebAPI

This project is made with the help of Rhymen/go-whatsapp - WhatsApp Web API. Works only for numbers in India for now.

Setup

  1. Download the latest binary release.
  2. run on your system.

or create your binary locally as below

Note : (Requirements) Golang setup on your local

  1. Download the repo
  2. run commands below
go get .
go build .
  1. Run the binary

Steps to use -

  1. Scan the QR code with whatsapp web
  2. Put your lists for bulk message and pictures to send in same folder

Usage

Press the following number to send message on whatsapp

Send Text -> send <jid> <text>
Send Image -> sendimg <jid> <image path> [caption]
Send Bulk Text -> sendbulk <csv file>
Send Bulk Image -> sendbulkimg <csv file>
Exit -> Crtl+C

Demo bulk file examples stored in files folder

License