Stream support tool for generating credits and tracking support events
- Python 91.3%
- CSS 7%
- Nix 1.7%
| streamutil | ||
| .gitignore | ||
| README.md | ||
| setup.py | ||
| shell.nix | ||
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"