🤖
OpenWA Client Documentation
  • OpenWA Client Documentation
  • Server Side
    • Getting Started
      • Easy API
  • Client Side
    • Overview
    • Quick Start
      • Server
      • User
      • Sender
        • Send Text
        • Send Media
        • Send File
        • Send Contact
Powered by GitBook
On this page
  • Requirements
  • Installation Packages
  • Installation @open-wa/wa-automate

Was this helpful?

  1. Server Side

Getting Started

Requirements

  • npm

  • npx

  • NodeJS

Installation Packages

Linux

Command

Arch

sudo pacman -S npm npx nodejs

Debian

sudo apt install npm npx nodejs

Installation @open-wa/wa-automate

Standard Installation

Run the following command to ensure you have wa-automate installed:

npm install @open-wa/wa-automate

Use yarn:

yarn add @open-wa/wa-automate
PreviousOpenWA Client DocumentationNextEasy API

Last updated 4 years ago

Was this helpful?