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
2025-12-01 22:18:14 +01:00
.vscode Add and use pre-commit hooks 2025-11-28 04:44:07 +01:00
config Forces all from imports to appear on their own line 2025-11-29 21:49:44 +01:00
scripts WIP better import drops 2025-12-01 21:38:28 +01:00
templates Add and use pre-commit hooks 2025-11-28 04:44:07 +01:00
twitch Add non-campaign keyword detection and improve file handling 2025-12-01 22:18:14 +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 Add and use pre-commit hooks 2025-11-28 04:44:07 +01:00
manage.py Add and use pre-commit hooks 2025-11-28 04:44:07 +01:00
pyproject.toml Use tqdm 2025-12-01 22:06:53 +01:00
README.md Add and use pre-commit hooks 2025-11-28 04:44:07 +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