Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piyushhbhutoria/whatsappwebapi
API for sending bulk text/image to know/unknown numbers
https://github.com/piyushhbhutoria/whatsappwebapi
api automation bulk-messages bulk-text golang rest-api whatsapp whatsapp-api whatsapp-bot whatsapp-sender whatsapp-web whatsapp-web-hack
Last synced: about 1 month ago
JSON representation
API for sending bulk text/image to know/unknown numbers
- Host: GitHub
- URL: https://github.com/piyushhbhutoria/whatsappwebapi
- Owner: Piyushhbhutoria
- License: mit
- Created: 2019-08-04T10:58:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-21T19:59:40.000Z (about 2 months ago)
- Last Synced: 2024-10-14T05:40:58.215Z (about 1 month ago)
- Topics: api, automation, bulk-messages, bulk-text, golang, rest-api, whatsapp, whatsapp-api, whatsapp-bot, whatsapp-sender, whatsapp-web, whatsapp-web-hack
- Language: Go
- Homepage:
- Size: 5.49 MB
- Stars: 47
- Watchers: 5
- Forks: 19
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![logowhatsappWebAPI](https://github.com/Piyushhbhutoria/whatsappWebAPI/assets/4961282/211c86c0-a10d-4d84-ba27-eac2d1ce6bba)
# whatsappWebAPI
![Go-Build](https://github.com/Piyushhbhutoria/whatsappWebAPI/workflows/Go-Build/badge.svg)
![GitHub](https://img.shields.io/github/license/Piyushhbhutoria/whatsappWebAPI)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/Piyushhbhutoria/whatsappWebAPI)
![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/Piyushhbhutoria/whatsappWebAPI)
[![Go Report Card](https://goreportcard.com/badge/github.com/Piyushhbhutoria/whatsappWebAPI)](https://goreportcard.com/report/github.com/Piyushhbhutoria/whatsappWebAPI)
![GitHub All Releases](https://img.shields.io/github/downloads/Piyushhbhutoria/whatsappWebAPI/total)
![GitHub repo size](https://img.shields.io/github/repo-size/Piyushhbhutoria/whatsappWebAPI)This project is made with the help of [Rhymen/go-whatsapp - WhatsApp Web API](https://github.com/Rhymen/go-whatsapp).
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
go get .
go build .
```3. 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
Send Image -> sendimg [caption]
Send Bulk Text -> sendbulk
Send Bulk Image -> sendbulkimg
Exit -> Crtl+C
```Demo bulk file examples stored in [files](/files) folder
## License
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FPiyushhbhutoria%2FwhatsappWebAPI.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FPiyushhbhutoria%2FwhatsappWebAPI?ref=badge_large)