Code Monkey home page Code Monkey logo

omen's Introduction

Youtube-Auto-Commenter

Youtube Bot Auto Commenter Using Puppeter and NodeJS

Quick Links

Demo

New_Script_Youtube_Bot_Comment__Auto_Random_Copy_Comment__No

see this DEMO in here (https://youtu.be/fyrtHIs0vnI)

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",
};

Feature

Feature Status
Random Copy Comment Ok
Comment On Trending Ok
Comment based on Keyword Ok
Multi Account Ok

Requirements

  • Windows / Linux
  • Google Chrome
  • a Youtube account

Running on android

yes of course the bot is still works on android see my video on here https://youtu.be/X7FwjKFcuSQ

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

copy and paste one by one , don't be lazy dude ๐Ÿคจ

> 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

Configuration

Config Info
keywordt fill the keyword , for searching videos of course
comments list of the comment
usernamegoogle your username google
password your google password
delaycomment delay commenting / seconds
trending Comment based on trending videos on your location
multiaccount Multiple account , loop based and not multi threaded

Donate

???

omen's People

Contributors

fdciabdul avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.