Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).