Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yeikiu/waar

🤖💬 WhatsApp Auto-Reply node cli
https://github.com/yeikiu/waar

automated-whatsapp puppeteer whatsapp whatsapp-bot whatsapp-web

Last synced: about 1 month ago
JSON representation

🤖💬 WhatsApp Auto-Reply node cli

Awesome Lists containing this project

README

        

# 🤖💬 waar | WhatsApp Auto-Reply node cli

- Run headless: No browser UI window displayed. (You can change this later with `WAAR_HEADLESS` env variable)
- Keep session stored for next uses: Scan QR directly from terminal and only once

## Try it directly from the npm repo

- `npx waar`

## Usage

- `npm i waar -g` (Persist it locally to avoid further Puppeteer downloads)
- `npx waar`

---

## 📝 Development

- `git clone https://github.com/yeikiu/waar`

- `cd waar`

- `npm i` (install dependencies once)

- `npm run watch`