Skip to content

mgylabs/twitch-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitch Highlights

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

Executing process

  1. Edit certificate.py in src/crawler and add variable 'twitchClientID' and 'clientSecret' for API requests

  2. Run gettoken.py first in order to recieve access token. This will make accessToken.py by itself

  3. Run crawler.py

Requirements

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

References

https://dev.twitch.tv/docs/api

https://dev.twitch.tv/docs/authentication

About

Finds highlight moments in Twitch VOD.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages