Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 608 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 608 Bytes

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.