Youtube Bot Auto Commenter Using Puppeter and NodeJS
see this DEMO in here (https://www.youtube.com/watch?v=P2KkjYFLc3A)
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",
};
- Windows / Linux
- Google Chrome
- a Youtube account
You can custom your comment in main.js file
in line 98
document.querySelector("div[id='contenteditable-root']").innerHTML =
"Hello Subscribe my channel";