542 B
542 B
twitch-drop-notifier
Get notified when a new drop is available on Twitch
Development
- Python 3.13 is required to run this project.
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