Skip to content

kpuljek/python-twitch-clips

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

python-twitch-clips

Python script that downloads twitch clips locally.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequirements

  • Python 3
  • Twitch account
  • Twitch client_id. Read the docs here.

Instructions

  1. Clone the repository.
  2. Insert the client_id into the script "client_id" variable.
  3. Copy the Twitch clip link to clipboard.
  4. 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.

Known issues


About

Download Twitch clips with Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%