Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mgjules/wazzaaa
Just a quick way to send whatsapp messages to a lot of people
https://github.com/mgjules/wazzaaa
go golang whatsapp
Last synced: 11 days ago
JSON representation
Just a quick way to send whatsapp messages to a lot of people
- Host: GitHub
- URL: https://github.com/mgjules/wazzaaa
- Owner: mgjules
- License: apache-2.0
- Created: 2023-05-16T07:35:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-20T16:38:45.000Z (5 months ago)
- Last Synced: 2024-06-21T10:39:47.363Z (5 months ago)
- Topics: go, golang, whatsapp
- Language: Go
- Homepage:
- Size: 34.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wazzaaa
Sends a whatsapp message to multiple recipients
- [Wazzaaa](#wazzaaa)
- [Installation](#installation)
- [Usage](#usage)## Installation
- You can install using the [latest released binary](https://github.com/mgjules/wazzaaa/releases/latest).
- **OR** using Go:
```sh
go install github.com/mgjules/wazzaaa@latest
```## Usage
```sh
❯ ./wazzaaa --help
Usage of ./wazzaaa:
-message string
message to send
-recipients string
list of comma separated phone numbers
```Example:
```sh
wazzaaa --recipients "xxxxxxxxxx,yyyyyyyyy" --message "Hello there..."
```When executed for the first time, it will generate a QR code in the terminal.
Link your WhatsApp account to wazzaaa using the QR code.
More info about how to link a device to your WhatsApp account [here](https://faq.whatsapp.com/1317564962315842/?cms_platform=web).