Skip to content

Youtube Bot Auto Commenter Using Puppeter and NodeJS

Notifications You must be signed in to change notification settings

Bahhh123/Youtube-Auto-Commenter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Youtube-Auto-Commenter

Youtube Bot Auto Commenter Using Puppeter and NodeJS

see this DEMO in here (https://www.youtube.com/watch?v=P2KkjYFLc3A)

Demo

Alt text

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

Custom

You can custom your comment in main.js file

in line 98

 document.querySelector("div[id='contenteditable-root']").innerHTML =
           "Hello Subscribe my channel";
          

About

Youtube Bot Auto Commenter Using Puppeter and NodeJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%