This is a script I have been working on and off of for around a year. I essentially recreated the script from the ground up, only really reusing my basic concept with a little bit of help from my friend Piyush.
This script will take a twitch clips URL, then download all showing clips with a few other bits of data, compile them into one video using Moviepy, and uploads them to a Youtube channel. The repository, though fully functioning, is still undergone rigorous testing and is not ready to be released. Below is my private repository for this project and part of the main script.

The script below is how I initiate everything and it calls to the other programs to complete their tasks.
Previously I only had 2 scripts working together and 1 doing most of the work. Now these are organized and separated out into the own jobs then called to by the main script.

Below is my initial addition to this portfolio to show the immense progress I have made since.
This is the main script that is commented to show the functions of the information gathering.

These are the files with comma separated values are stored

This script is where the clips in the Clips.csv file are downloaded.
