Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 859 Bytes

File metadata and controls

56 lines (31 loc) · 859 Bytes

YT-LIVE-CHAT-BOT

An amazing youtube live chat bot works with puppeteer.

Procedure

To run this project, you will need to download the following runtime

NODE JS v16 OR ABOVE

NPM v8

Setup

  npm i

To Start

  Run start.bat file

Config.json

{
    "executepath": "here",//chrome executable path here
    "userdir": "here",//user dir path here
    "messages":"1000",
    "posts": ["hi","hlo","nice music","whats going on"],//your messages
    "livelink": "here"//youtube live link code
}

Config Relative

Executable Path and UserDir(profile path) can be seen here

EXECUTABLE PATH

Authors