Giter VIP home page Giter VIP logo

twitch-clips-downloader's Introduction

Twitch clips downloader

Downloads all clips made by you of various streamers to a local directory or top clips of a given channel Tool

Why?

Many streamers have received copyright complaints over their Twitch clips and are forced to remove all their clips

Prerequisites

  • Python 3
  • pip

How to use - Download your own clips

  1. Sign in on Twitch using Chrome/Firefox
  2. Go to inspect element -> Application tab
  3. Go to cookies and copy the auth-token value Cookies
  4. Run the tool by supplying your username and the auth-token value as seen below

How to use - Download top clips of a channel

  1. Get channelname (twitch.tv/)
  2. Run topclips.py as seen below

NOTE: If no --limit is given, this tool will download up to 1k clips for each filter (ALL_TIME, LAST_DAY, LAST_WEEK, LAST_MONTH). It is not possible to download more than 1k clips per filter.

Installation & usage

git clone https://github.com/TorbenCapiau/Twitch-Clips-Downloader.git
cd Twitch-Clips-Downloader
pip install -r requirements.txt
# Download your own clips
python app.py <Twitch username> <auth-token value>
# Download ALL clips of a channel
python topclips.py <ChannelName>
# Download 5 clips of a channel
python topclips.py <ChannelName> --limit 5

twitch-clips-downloader's People

Contributors

cycor avatar torbencapiau avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.