Skip to content

Application that allows user to download clips from Twitch, and make a compilation out of them

License

Notifications You must be signed in to change notification settings

kacperjagiela/automated-twitch-clips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automated Twitch Clips

Automated Twitch Clips is an Electron application that allows you to download (and optionally make them into compilation) clips from Twitch.tv. Which should help you with creating content for eg. your YouTube channel.

Download

Latest release can be downloaded from here (Windows only)

Pre-requisites

  1. FFmpeg

Pre-requisites (For development)

  1. Node.js
  2. Git

Installation

To install the Automated Twitch Clips app locally, follow the steps below:

  1. Clone the repository from GitHub:
git clone https://github.com/kacperjagiela/automated-twitch-clips.git
  1. Install the dependencies:
cd automated-twitch-clips
npm install
  1. Run the application:
npm start

How to make the application (macOS, Linux and Windows)

  • Build the application for linux:
npm run make:linux
  • Build the application for macOS:
npm run make:mac
  • Build the application for windows:
npm run make:win

Features

  1. Search by game or streamer.
  2. Set clip period (1 day, 7 days, 30 days).
  3. Choose the number of clips to download.
  4. Ability to make a compilation of clips (with custom transition video between clips).
  5. Ability to reorder chosen clips.

Contributing

If you would like to contribute to the development of Automated Twitch Clips, follow the steps below:

  1. Fork the repository on GitHub.

  2. Create a new branch for your changes:

git checkout -b my-feature-branch
  1. Make your desired changes and commit them.

  2. Push your changes to your forked repository.

  3. Submit a pull request to the original repository, describing your changes in detail.

Please ensure that your code adheres to the project's coding standards and includes appropriate documentation for the changes you have made.

About

Application that allows user to download clips from Twitch, and make a compilation out of them

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages