Go to file
2025-08-02 14:53:41 +05:30
2025-08-02 14:53:41 +05:30
2025-08-02 14:30:59 +05:30
2025-08-02 14:30:59 +05:30
2025-08-02 14:30:59 +05:30
2025-08-02 14:30:59 +05:30
2025-08-02 14:10:38 +05:30
2025-08-02 14:11:42 +05:30
2025-08-02 14:30:59 +05:30

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: -

  1. Download the compose.yml and .env files from the repo here.
  2. Customise the .env file according to your needs.
  3. 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 .env variables.
  • then run python3 head.py
Description
Script for sending apprise notifs when channels go live or offline
Readme GPL-3.0 1.8 MiB
Languages
Python 94.4%
Dockerfile 5.6%