Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amiechen/twitch-batch-loader
Batch download twitch clips in terminal
https://github.com/amiechen/twitch-batch-loader
batch clip python twitch twitch-api
Last synced: 1 day ago
JSON representation
Batch download twitch clips in terminal
- Host: GitHub
- URL: https://github.com/amiechen/twitch-batch-loader
- Owner: amiechen
- Created: 2017-11-02T04:40:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-28T13:14:36.000Z (over 6 years ago)
- Last Synced: 2024-08-07T23:57:22.785Z (3 months ago)
- Topics: batch, clip, python, twitch, twitch-api
- Language: Python
- Homepage:
- Size: 1.64 MB
- Stars: 40
- Watchers: 4
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twitch Clip Batch Downloader
![example-gif](https://github.com/amiechen/twitch-batch-loader/blob/master/example.gif)### Pre-Install:
1) Get a twitch `Client ID` by registering a twitch app [here](https://dev.twitch.tv/dashboard/apps/create).
Once finished, copy the `Client ID`. You will need it to run the script.2) Install python 3 on your machine if you haven't.
### Usage:
1) Install python packages
```
pip install requests
```2) Delete the example clips in `clips.txt` and the ones your want. Put each URL on it's own line. No commas or anything like that.
3) Then run the batchloader script with your new Client Id
```
cd twitch-batch-loader
python batchloader.py
```Voilà! once you see the finished message in your terminal, check the `downloads` folder in this repo and you should see the videos there.