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-09 20:46:23 +01:00
.github Add Renovate configuration 2026-01-09 20:43:20 +01:00
.vscode Add GitHub Actions workflow 2026-01-09 20:43:07 +01:00
config Add Docker support; add favicon 2026-01-09 20:28:28 +01:00
scripts WIP better import drops 2025-12-01 21:38:28 +01:00
static Add Docker support; add favicon 2026-01-09 20:28:28 +01:00
templates Add Docker support; add favicon 2026-01-09 20:28:28 +01:00
twitch Add Docker support; add favicon 2026-01-09 20:28:28 +01:00
.dockerignore Add Docker support; add favicon 2026-01-09 20:28:28 +01:00
.env.example Remove PostgreSQL config from .env.example 2025-10-13 02:13:58 +02:00
.gitignore Unignore .gitignore 2026-01-09 20:46:23 +01:00
.pre-commit-config.yaml Improve import command 2026-01-05 18:46:46 +01:00
docker-compose.yml Add Docker support; add favicon 2026-01-09 20:28:28 +01:00
Dockerfile Add Docker support; add favicon 2026-01-09 20:28:28 +01:00
manage.py Add and use pre-commit hooks 2025-11-28 04:44:07 +01:00
pyproject.toml Add Docker support; add favicon 2026-01-09 20:28:28 +01:00
README.md Improve import command 2026-01-05 18:46:46 +01:00
start.sh Add Docker support; add favicon 2026-01-09 20:28:28 +01:00
uv.lock Unignore .gitignore 2026-01-09 20:46:23 +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]