Skip to content

patrickdx/twitchclips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twitchclps

command line program that downloads twitch clips from any twitch streamer. can download x clips from y timerange using Java and twitch API.

usage

format:

<client_id> <client_secret> <twitch_channel_name> <#_of_clips_to_download> <starting_date> <ending_date>

example of downloading clips through command line:

java clipUI c3cr5ws4pukjraklk3zmxhoau6bk0i icjtrl292o0jjdc9jm6ojcmu1blj51 forsen 3 2021-06-01 2021-07-29
  • downloaded clips will be located at the root directory.
  • a new directory will be created for every new streamer.
.\saved_clips\<streamer_name>

prerequisites

need twitch client ID / client secret in order to access twitch api.

go to: https://dev.twitch.tv/console/apps/create

image

from there, fill out the information, and set "OAuth Redirect URLs" as "https://localhost".

image

click "manage"

image

click "new secret" to generate cilent secret.

copy down "client ID" and the client secret

About

twitch clip download bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages