This is a sample WhatsApp bot built with Node.js and whatsapp-web.js.
It can tag all group members with !tagall.
- QR code login (via dashboard page)
- Persistent session (with Render disk)
- Simple web dashboard
- Create a new Web Service on Render.
- Connect this repo.
- Set:
- Build Command:
npm install - Start Command:
npm start - Instance Type: Free or Starter
- Build Command:
- Add a Persistent Disk:
- Mount path:
/opt/render/project/src/session
- Mount path:
- Visit your Render app URL:
- If not connected β QR code will appear
- After scanning β bot stays online
!tagallβ tags everyone in a group.