mirror of
https://github.com/driftywinds/twitchrise.git
synced 2025-12-19 11:23:32 +00:00
3fa38ba537e22cfdc3a8f577dc7b53c2dba2cf56
An arm64 docker image for sending Apprise notifications for Live Twitch Channels made by drifty
Also available on Docker Hub - driftywinds/twitchrise:latest
How to use: -
- Download the
compose.ymland.envfiles from the repo here. - Customise the
.envfile according to your needs. - Run
docker compose up -d.
You can check logs live with this command: -
docker compose logs -f
For dev testing: -
- have python3 installed on your machine
- clone the repo
- go into the directory and run these commands: -
python3 -m venv .venv
source .venv/bin/activate
pip install --no-cache-dir -r requirements.txt
- configure
.envvariables. - then run
python3 head.py
Languages
Python
94.4%
Dockerfile
5.6%