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-02-09 22:22:38 +01:00
.github Add Renovate configuration 2026-01-09 20:43:20 +01:00
.vscode Remove uv.lock 2026-02-07 13:58:03 +01:00
config Add django-debug-toolbar 2026-02-09 22:22:38 +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 Enhance RSS feed documentation with example XML and filtered feeds 2026-02-09 17:27:13 +01:00
tests Add more tests 2026-01-09 22:21:52 +01:00
twitch Refactor models to use auto_prefetch for improved performance and update dependencies in pyproject.toml 2026-02-09 20:13:47 +01:00
.dockerignore Add Docker support; add favicon 2026-01-09 20:28:28 +01:00
.env.example Archive Twitch chat badges 2026-01-16 00:28:25 +01:00
.gitignore Remove uv.lock 2026-02-07 13:58:03 +01:00
.pre-commit-config.yaml Add Silk middleware and related settings for performance monitoring 2026-02-09 20:02:19 +01:00
docker-compose.yml Fix volume path in Dockerfile and update docker-compose.yml for environment variables and network configuration 2026-01-09 21:18:11 +01:00
Dockerfile Fix volume path in Dockerfile and update docker-compose.yml for environment variables and network configuration 2026-01-09 21:18:11 +01:00
example.json Refactor DropCampaign ACL check and add regression tests for campaign details import 2026-01-11 23:57:46 +01:00
manage.py Add and use pre-commit hooks 2025-11-28 04:44:07 +01:00
pyproject.toml Add django-debug-toolbar 2026-02-09 22:22:38 +01:00
README.md Archive Twitch chat badges 2026-01-16 00:28:25 +01:00
start.sh Add Docker support; add favicon 2026-01-09 20:28:28 +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]

Import Chat Badges

Import Twitch's global chat badges for archival and reference:

uv run python manage.py import_chat_badges

Requires TWITCH_CLIENT_ID and TWITCH_CLIENT_SECRET environment variables to be set.