Anonymous Chat Bot for WhatsApp
- Clone this repository
$ git clone https://github.com/sProDev/CrushBot.git $ cd CrushBot
- Install the dependencies
$ npm install --save
- Customize your .env file
Run the Whatsapp Bot
- Regular node
$ npm run start
- PM2
$ pm2 start start.js $ pm2 monit
- PM2 with cronjob (restart after 5 hours)
$ pm2 start start.js --cron "* */5 * * *" $ pm2 monit
After running it you need to scan the QR Code
Make sure all the necessary dependencies are installed: https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md
Fix Stuck on linux, install google chrome stable:
$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
$ sudo apt install ./google-chrome-stable_current_amd64.deb
WhatsApp are not allowing user using External Automation
USE AT YOUR OWN RISK