Skip to content

thephilluk/Twitch-VOD-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation


Twitch VOD Downloader

A simple Twitch VOD Downloading script built upon TwitchDownload made by lay295
Explore the docs »

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License

About The Project

So I needed a way to download all VODs by a certain Twitch streamer and not just once but periodically. So in typical Developer fashion I decided to spend multiple hours automating this process rather than getting started doing it manually.

(back to top)

Getting Started

Prerequisites

  • Python 3
  • Python requests module
    pip install requests

Installation

  1. Clone the repo
  2. Download the latest TwitchDownloader from here
  3. Place the .exe file into the same folder as the python script
  4. Create a Twitch Application here
  5. Copy the Client ID and the Client Secret into the Python file

(back to top)

Usage

  • Open the File in any Text Editor
  • Add the Channel Name from which you want to Download the VODs at the Top
  • (optional) create a last.txt file with a Date (format: dd.mm.yyyy) to only download VODs AFTER this date
  • Open CMD or any other type of Terminal and run the file
  • If you followed all of the steps it should start downloading the VODs one after another and place them in seperate subfolders for each day. It will include full Chat logs by default

(back to top)

Roadmap

  • Check the current directory for already downloaded VODs

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)

Contact

Philip - Currently not available via E-Mail

Project Link: https://github.com/thephilluk/Twitch-VOD-Downloader

(back to top)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Languages