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-09-02 03:18:21 +02:00
.vscode Update import_drops command arguments to use new JSON path 2025-08-17 00:51:26 +02:00
accounts Go back to sqlite 2025-08-07 01:01:46 +02:00
config Fix random Mypy errors 2025-08-04 00:12:47 +02:00
templates Refactor debug view 2025-09-01 22:12:48 +02:00
twitch Remove "DropsHighlightService_AvailableDrops" from probably_shit 2025-09-02 03:18:21 +02:00
.env.example Add PostgreSQL configuration 2025-07-30 03:21:55 +02:00
.gitignore Refactor import_drops command 2025-08-12 17:09:28 +02:00
.python-version Add initial project configuration files and Python version 2025-07-08 01:29:27 +02:00
Clean.ps1 Add Clean.ps1 script for JSON file validation and deletion 2025-08-17 00:51:35 +02:00
conftest.py Add environment configuration and email settings 2025-07-08 04:33:05 +02:00
LICENSE Initial commit 2025-07-08 01:21:59 +02:00
manage.py Refactor Django project files to improve type hinting and code clarity 2025-07-08 01:47:39 +02:00
powerboi.ps1 Make Owner optional; use dateparser to parse dates; use json-repair to read JSON 2025-09-01 21:50:38 +02:00
pyproject.toml Make Owner optional; use dateparser to parse dates; use json-repair to read JSON 2025-09-01 21:50:38 +02:00
README.md Clean README 2025-07-21 01:48:40 +02:00
uv.lock Make Owner optional; use dateparser to parse dates; use json-repair to read JSON 2025-09-01 21:50:38 +02: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