Go to file
Joakim Hellsén abab9b359f
All checks were successful
Ruff / ruff (push) Successful in 10s
Add custom 404 and 500 error handlers with corresponding templates
2025-05-02 04:28:03 +02:00
2025-05-01 02:47:09 +02:00
2024-08-21 06:37:15 +02:00
2025-05-01 02:41:25 +02:00
2024-12-11 05:20:24 +01:00
2024-12-09 06:17:21 +01:00
2025-05-01 02:41:25 +02:00
2024-12-09 06:17:21 +01:00
2023-12-23 22:39:51 +01:00
2024-12-11 06:01:09 +01:00
2025-05-01 15:26:33 +02:00
2025-04-13 14:26:06 +02:00

twitch-drop-notifier

Get notified when a new drop is available on Twitch

Development

uv sync

# Run the following to get passwords for the .env file.
uv run python -c 'from django.core.management.utils import get_random_secret_key; print(get_random_secret_key())'

# Commands
uv run python manage.py migrate
uv run python manage.py createcachetable
uv run python manage.py createsuperuser
uv run python manage.py runserver
uv run pytest
Description
Get notified when a new drop is available on Twitch
Readme GPL-3.0 983 KiB
Languages
Python 73.7%
HTML 22.7%
CSS 1.8%
Dockerfile 1.8%