A bot in node.js to moderate youtube live chat using youtube api
- 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
ornpm run dev
- Visit
http://localhost:3000
to continue.