Skip to content

codevjs/Youtube-Chat-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Youtube Live Stream Chat Bot

This is project for scraping youtube live stream chat. It is bootstrapped with Create React Home & puppeteer.

Get Started

Set up the development environment

You need to set up your development environment before you can do anything. Install Node.js and NPM

Install yarn globally

yarn global add yarn

Install

  • Install all dependencies with
yarn install

or

npm install

How to run

  • Clone the repository using HTTPS
git clone https://github.com/codevjs/Youtube-Chat-Bot.git <folder name>

In the Client directory

  • Running in dev mode
yarn start

Runs the app in the development mode. Open http://localhost:3000 to view it in the browser. The page will reload if you make edits. You will also see any lint errors in the console.

  • Running in production mode
yarn production

The server address will be displayed to you as http://localhost:8080

In the Server directory, you can run:

node index.js "<youtube live chat url>"

About

youtube live stream chat bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published