Python script that downloads twitch clips locally.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Python 3
- Twitch account
- Twitch client_id. Read the docs here.
- Clone the repository.
- Insert the client_id into the script "client_id" variable.
- Copy the Twitch clip link to clipboard.
- Execute the script by running the following command:
python3 dltwitchclips.py --clip <paste_clip_url_here>
Note: Make sure to install the Python3 modules before running the script.
5. The script will create tmp directory where the file will be saved.