Made with hearth ❤️ in this cold times.
- Node LTS (Node v16.16.0)
# 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',
# 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
# Open up terminal and type
$ npm start # to fully starting the bot