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.
Download Miniconda3 from here, and install it.
conda create -n RepushStream python=3.9
conda activate RepushStream
Install google api client
pip install --upgrade google-api-python-client
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
python main.py
Recommend to run it in screen session