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%
Find a file
2026-01-05 20:13:32 +01:00
.github Allow Inventory 2026-01-05 19:34:31 +01:00
.vscode Improve import command 2026-01-05 18:46:46 +01:00
config Improve import command 2026-01-05 18:46:46 +01:00
scripts WIP better import drops 2025-12-01 21:38:28 +01:00
templates Improve import command 2026-01-05 18:46:46 +01:00
twitch Make box_art_url optional and add legacy field handling in schemas 2026-01-05 20:13:32 +01:00
.env.example Remove PostgreSQL config from .env.example 2025-10-13 02:13:58 +02:00
.gitignore Add and use pre-commit hooks 2025-11-28 04:44:07 +01:00
.pre-commit-config.yaml Improve import command 2026-01-05 18:46:46 +01:00
manage.py Add and use pre-commit hooks 2025-11-28 04:44:07 +01:00
pyproject.toml Improve import command 2026-01-05 18:46:46 +01:00
README.md Improve import command 2026-01-05 18:46:46 +01:00

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

Import Drops

uv run python manage.py better_import_drops <file|dir> [--recursive] [--verbose] [--crash-on-error] [--skip-broken-moves]