Skip to content

A bot in node.js to moderate youtube live chat using youtube api

License

Notifications You must be signed in to change notification settings

davay42/youtube-live-chat-moderator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

youtube-live-chat-moderator

A bot in node.js to moderate youtube live chat using youtube api

To use this application you need few credentials which you can get from google developer console.

  • Goto google developer console and create a new project
  • Add youtube data api V3 to the project
  • Now create an app and credentials required in .env.example
  • create an .env file in the root of the project with the above credentials
  • Install the dependencies using npm install
  • To run the project use the command npm run start or npm run dev
  • Visit http://localhost:3000 to continue.

About

A bot in node.js to moderate youtube live chat using youtube api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.5%
  • HTML 18.6%
  • Shell 0.9%