waar
v2.0.5
Published
π€π¬ WhatsApp Auto-Reply
Readme
π€π¬ waar | WhatsApp Auto-Reply
- Runs headless: No browser UI window displayed. (You can change this later with
HEADLESSenv variable) - Keeps session stored for next uses: Scan QR directly from terminal and only once
β¨ Usage
npx waar(easiest way, no clone required)
π» Shell Installation
Requires Git, NodeJS and npm installed in your system
git clone https://github.com/yeikiu/waarcd waarnpm i(install dependencies once)npm run start/npm run watch(dev mode)
π§ .env config
# Use `HEADLESS=false` if you want to see the browser window while running
HEADLESS=true
# The auto-reply message sent to contacts (groups are ignored by default)
WAAR_DEFAULT_MESSAGE='En estos momentos no puedo responder WhatsApps. ππΌ\n\nTe escribo pronto! π€'
# Time interval to check for new chats under the `Unread` tab
MINUTES_BETWEEN_UNREAD_CHECKS=1
# Time interval to skip auto-replies after last one ocurred for a contact (avoids spamming)
MIN_MINUTES_BETWEEN_REPLIES=180π Development
npm run watch
