Finds twitch stream's highlights in previous VODs.
This program recieves twitch video URL as input, and finds highlight moments using clips and chats embedded in the stream.
This program uses OAuth client credential flow in order to retrieve access token for twitch API
-
Edit certificate.py in src/crawler and add variable 'twitchClientID' and 'clientSecret' for API requests
-
Run gettoken.py first in order to recieve access token. This will make accessToken.py by itself
-
Run crawler.py
This program requires a client ID and client secret in order to access twitch API
This can be changed when further updates change the OAuth authorization flow