KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
clipper
★ 18
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
dotnet-nats-template
:
.NET template for NATS
DONE
:
Federated Learning using PyTorch. Second-Order for Federated Learning. (IEEE Transactions on Parallel and Distributed Systems 2022)
nuxt-typescript-demo
:
nuxt.js + typescript + vuex,最近从零到一开发了一个门户网站,因对seo有要求,所以选择nuxt.js搭配typescript,期间遇到不少问题,最终都一一解决了,留下一个demo供参考,希望能帮到有需要的人。
JAV-Info
:
Rename jav files by bangou
My-Notes
:
Java 学习笔记
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
clipper
?
Download (.md)
# clipper Node.js utility to download twitch clips from a specific broadcaster. ## Prerequisites - [Node.js v8.17.0](https://nodejs.org/download/release/v8.17.0/) (Any node major version 8 or higher *should* work, it just hasn't been tested). - A registered applicaiton on [Twitch Developer Console](https://dev.twitch.tv/console). - Knowledge of how to install/run Node and use npm. ## If you're new 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](https://blog.teamtreehouse.com/install-node-js-npm-windows) ## How to use it 1. Go to the [Twitch Developer Console](https://dev.twitch.tv/console) and register a new app. 2. Download the zip **or** `git clone` this repo to a location on your computer. 3. Copy `config.example.json` and rename the new copy "`config.json`". 4. Fill in the `config.json` with information from your [app page](https://i.imgur.com/4RTULc1.png) 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) - preferably from the root of the drive to **an existing folder**, such as: - `C:/Users/Bob/Videos/clipperclips/` 5. Run `npm i` to install required packages. 6. Once it finishes, run `npm start` or `npm run start`. 7. The application will prompt you for the time period (in days from today). - For example: `7` days from today would be a week ago. 8. The application will download the clips to a new folder in the specified download directory named `clips_<broadcaster name>_<MM-DD-YYYY_hhmmss>`, and exit automatically. ## Contributing Go to [CONTRIBUTING.md](https://github.com/dark-swordsman/clipper/blob/master/CONTRIBUTING.md).