Node.js utility to download twitch clips from a specific broadcaster.
First of all, this is a Node.js program. It is not a Windows executable. You can not simply download it and press "clipper.exe".
Since most of you viewing this are probably on Windows 10, have never heard of "NPM" or "Node", and I don't want github issues of "how do i run this?!", I invite you to read the following guide:
How to Install Node.js® and NPM on Windows
git clone
this repo to a location on your computer.config.example.json
and rename the new copy "config.json
".config.json
with information from your app page and other info, and make sure to save it:
clientId
clientSecret
broadcasterName
(the streamer you want to download clips from)downloadLocation
(where you want the clips to download)
C:/Users/Bob/Videos/clipperclips/
npm i
to install required packages.npm start
or npm run start
.7
days from today would be a week ago.clips_<broadcaster name>_<MM-DD-YYYY_hhmmss>
, and exit automatically.Go to CONTRIBUTING.md.