twitch-batch-loader
                                
                                 twitch-batch-loader copied to clipboard
                                
                                    twitch-batch-loader copied to clipboard
                            
                            
                            
                        Batch download twitch clips in terminal
Twitch Clip Batch Downloader

Pre-Install:
- 
Get a twitch Client IDby registering a twitch app here. Once finished, copy theClient ID. You will need it to run the script.
- 
Install python 3 on your machine if you haven't. 
Usage:
- Install python packages
pip install requests
- 
Delete the example clips in clips.txtand the ones your want. Put each URL on it's own line. No commas or anything like that.
- 
Then run the batchloader script with your new Client Id 
cd twitch-batch-loader
python batchloader.py <YOUR AWESOME CLIENT ID>
Voilà! once you see the finished message in your terminal, check the downloads folder in this repo and you should see the videos there.