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-10-01 19:00:29 +02:00
.github Add custom instructions for GitHub Copilot 2025-09-04 23:17:56 +02:00
.vscode WIP: Download images 2025-09-16 20:31:23 +02:00
accounts Add section markers 2025-09-13 23:17:17 +02:00
config Cache images instead of serve from Twitch 2025-09-13 06:37:35 +02:00
templates Cache images instead of serve from Twitch 2025-09-13 06:37:35 +02:00
twitch Refactor date parsing to use lru_cache 2025-09-27 18:58:52 +02:00
.env.example Add PostgreSQL configuration 2025-07-30 03:21:55 +02:00
.gitignore Debloat repo 2025-10-01 19:00:29 +02:00
compose.yml Use PostgreSQL instead of Sqlite 2025-09-05 00:07:22 +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
pyproject.toml WIP: Download images 2025-09-16 20:31:23 +02:00
README.md Clean README 2025-07-21 01:48:40 +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