Clone this repo.
git clone https://github.com/parsivan/CountdownBot.gitYou should use the .env example and paste your API key (from BotFather) in there
mv .env.example .env # rename to .env
nvim .env # edit and add API keyInstall UV and run the command bellow to run.
uv sync # only to setup environment
uv run main.py # will setup up environment and run programuv run pytest # how to use pytest
uv run ruff check . # How to use ruff to check for formatting errors