Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 2.3 KB

README.md

File metadata and controls

44 lines (29 loc) · 2.3 KB

GoDoc Build Release Dependency

Wabacli is a command line utility to interact with whatsapp business account APIs. It provides you a way to store context multiple accounts information which can makes development easier. You can read more about whatsapp business account here.

You can install Wabacli on most Linux distributions (Ubuntu, Debian, CentOS, and more) and many other operating systems (FreeBSD, macOS)

Wabacli was designed for whatsapp BSP's who requires maintaining of multiple accounts.

Menu

Features

Demo

Here's what you can expect from Wabacli:

  • Multiple Accounts: It maintains the context of more than one account and switch between them easily.
  • Simplicity: It's really easy to send different types of messages with a single command.
  • Zero Configuration: It does not require any configuration to set up, you can install it and get started.

Prerequisite

You will need a whatsapp business account set up to register your business number with facebook. After registering you can use the provided certificate to activate your whatsapp account for complete details on how to set it up you can follow the Get-Started guide here.

Installation

To install Wabacli you can our one-line installation scripts which will verify the dependencies on your system, fetches the latest version and installs it on your system.

bash <(curl -Ss https://raw.githubusercontent.com/parvez0/wabacli/main/install.sh)