Skip to content

yeikiu/waar

Repository files navigation

🤖💬 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