ntfy Notifications from Ecolle
Prerequisites
- uv (Python package manager) must be installed.
Installation
Debian-based systems:
sudo apt install uv
Arch-based systems:
sudo pacman -S uv
Quick Start
-
Copy the example environment file:
cp .env.example .env -
Edit .env and set the required variables. See Configuration.
-
Install dependencies:
uv sync -
Run the application:
uv run main.py