Skip to content

gav-X/RepushStream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Repush stream to Kick platform

Description

This project could pull the live stream from YouTube or Twitch and push to Kick platform. It was based on Python, Miniconda3 is recommended to deploy it.

Deploy

Install Miniconda3

Download Miniconda3 from here, and install it.

Create environment

conda create -n RepushStream python=3.9

Activate environment

conda activate RepushStream

Install dependencies

Install google api client

pip install --upgrade google-api-python-client

Install dateutil

pip install python-dateutil

Install streamlink

pip install --user -U git+https://github.com/streamlink/streamlink.git

Apply for Google data api key, fill the api key in config.json

Fill the YouTube channel id and Twitch channel url in config.json

Fill the Kick platform url in destination_url of config.json

Run

python main.py

Recommend to run it in screen session

About

Push a live stream from Youtube or Twitch to another platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages