- Listen to twitch chat messages
- Only logs messages with Youtube links
- Calls Youtube API for video metadata
- Thumbnails, title, length, channel
- No Duplicated videos
- Even if a user spams the same link duplicates will be ignored
- Save videos for easy access
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/FlynnFc/GSS
# Go into the repository
# Install dependencies
$ npm install
# Run the app
$ npm start