paddy-pyker / BotsApp-MD

Whatsapp Bot with multi-device support Your Personal Assistance on Whatsapp
13 stars 15 forks source link

BotsApp-MD

Whatsapp Bot with multi-device support

Your Personal Assisstant, on WhatsApp!

Deployment

Using Docker locally

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.

The GNU/Linux Legacy Way

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

Inspiration

Legal

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.