Stream support tool for generating credits and tracking support events
  • Python 91.3%
  • CSS 7%
  • Nix 1.7%
Find a file
2026-03-06 00:12:23 +01:00
streamutil Fix make giftsubs also hide tier with tier <= 0 2026-03-06 00:12:23 +01:00
.gitignore Add basic html generation for support events 2026-03-03 22:04:10 +01:00
README.md Add basic README.md 2026-03-05 01:13:54 +01:00
setup.py Change reduce required platformdirs version 2026-03-04 22:24:09 +01:00
shell.nix Change successfully make shell.nix work 2026-03-04 20:58:19 +01:00

Nexustix Streamutil

A too designed for storing and manipulating support events for streamers, and generating HTML containing credits.

This tool is a work in progress and developed for personal use. I plan to add additional features later to make it function as a primary support program for my own needs.

Usage

Get basic usage info:

python -m streamutil

Add support events:

python -m streamutil add_support --user "Steve" --kind "follow"
python -m streamutil add_support --user "Steve" --kind "sub" --level 1

Generate credits:

python -m streamutil gen_html

Credits will be printed to STDOUT by default, provide a filename by using:

python -m streamutil gen_html -o "credits.html"