Go to file
Joakim Hellsén 14f2cdc9f9
All checks were successful
Ruff / ruff (push) Successful in 9s
Use Gitea for workflows; remove SECURITY.md
2025-05-01 17:28:35 +02:00
2025-05-01 02:47:09 +02:00
2025-05-01 15:26:33 +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%