Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yeikiu/waar
- Owner: yeikiu
- License: cc0-1.0
- Created: 2019-05-11T10:10:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T13:15:27.000Z (almost 2 years ago)
- Last Synced: 2024-10-04T03:05:51.513Z (about 1 month ago)
- Topics: automated-whatsapp, puppeteer, whatsapp, whatsapp-bot, whatsapp-web
- Language: TypeScript
- Homepage:
- Size: 764 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`