Skip to content

parsivan/CountdownBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Countdown Bot

Gettings Started

Clone this repo.

git clone https://github.com/parsivan/CountdownBot.git

You 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 key

Install UV and run the command bellow to run.

uv sync  # only to setup environment
uv run main.py  # will setup up environment and run program

Testing

uv run pytest  # how to use pytest
uv run ruff check .  # How to use ruff to check for formatting errors

Libraries