Get Mystery Box with random crypto!

Youtube-Auto-Commenter Youtube Bot Auto Commenter Using Puppet | TERMUX COMMANDD

Youtube-Auto-Commenter
Youtube Bot Auto Commenter Using Puppeter and NodeJS

Run / Installation
How to run ?
> git clone https://github.com/tegal1337/Youtube-Auto-Commenter/
> cd Youtube-Auto-Commenter
> npm install
> node main.js

dont forget to change the google username and password in config.js
module.exports = {
keywords: "keywords",
usernamegoogle: "username",
passwordgoogle: "pass",
};

Requirements
Windows / Linux
Google Chrome
a Youtube account

Running on android
but you need ubuntu installed on your android , use Termux for it! and install ubuntu desktop with Andronix i prefer ubuntu 20 , cuz it's more stable than 18
command for installing inside the ubuntu


> apt instal
> apt update
> apt upgrade
> apt install chromium-browser
> apt install npm
> npm install -g n
> n install lts
> hash -r
> apt install curl
> curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
> echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
> apt install yarn

go to directory of this project , then install the dependency
yarn
also you need to change executableFilePath in main.js you can set to /usr/bin/chromium