Whatsapp Bot with multi-device support
Your Personal Assisstant, on WhatsApp!
You will need to have docker installed on your machine and have some experience using docker.
To host the bot on your own device using docker, follow the following steps on your terminal / command prompt -
git clone https://github.com/Paddy-Pyker/BotsApp-MD.git
cd BotsApp-MD
docker build -t botsapp-md .
docker run --name botsapp-md --restart always -v botsapp-md:/etc/botsapp-md botsapp-md
This will create a container running BotsApp. You'll have to scan the QR generated in terminal at least once.
To use this method, you will need nodejs and yarn installed on your device.
To run the bot on your device manually, you can use the following commands -
git clone https://github.com/Paddy-Pyker/BotsApp-MD.git
cd BotsApp-MD
yarn start
This code is in no way affiliated with, authorized, maintained, sponsored or endorsed by WhatsApp or any of its affiliates or subsidiaries. This is an independent and unofficial software. Use at your own risk.