Skip to content

Made with hearth , A minimal Whatsapp Bot built on top of wweb-js and Whatsapp.

License

Notifications You must be signed in to change notification settings

SkyUnik/WA_Botto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A minimal Whatsapp Bot built on top of wweb-js and Whatsapp.

WA_Botto 💡

Made with hearth ❤️ in this cold times.

Requirements

# Installing Node On Ubuntu
curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
sudo apt-get install -y nodejs 

# NOTE: Tested on Node v16.16.0 (LTS)
  • Chrome ( Puppeter compatible browser )
# Specify Google-Chrome Path in Bot.js file

# For Linux 
# Get Full path of the chrome by "which google-chrome" , and put it on the line
executablePath: '/usr/bin/google-chrome',

# For Windows
# Open up chrome and type it the bar "chrome://version" , and put the path on the line
executablePath: 'C:\Program Files\Google\Chrome\Application\chrome.exe',

# For MacOS
# Open up chrome and type it the bar "chrome://version" , and put the Executable Path on the line
executablePath: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome',

Installation

# Open up terminal and type
> git clone https://github.com/SkyUnik/WA_Botto.git
> cd WA_Botto # go to the directory 
> npm install # installing all package needed

Usage

# Open up terminal and type
$ npm start # to fully starting the bot

About

Made with hearth , A minimal Whatsapp Bot built on top of wweb-js and Whatsapp.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published