Get notified when a new drop is available on Twitch or Kick
https://ttvdrops.lovinator.space/
- Python 82.5%
- HTML 17.1%
- XSLT 0.4%
Bump orjson to 3.11.3, platformdirs to 4.4.0, types-pyyaml to 6.0.12.20250822, and typing-extensions to 4.15.0 to include the latest versions and fixes. |
||
|---|---|---|
| .vscode | ||
| accounts | ||
| config | ||
| templates | ||
| twitch | ||
| .env.example | ||
| .gitignore | ||
| .python-version | ||
| Clean.ps1 | ||
| conftest.py | ||
| LICENSE | ||
| manage.py | ||
| powerboi.ps1 | ||
| pyproject.toml | ||
| README.md | ||
| uv.lock | ||
ttvdrops
Get notified when a new drop is available on Twitch
Development
uv run python manage.py createsuperuser
uv run python manage.py makemigrations
uv run python manage.py migrate
uv run python manage.py collectstatic
uv run python manage.py runserver
uv run pytest