https://t.me/CountdownTimeKeeperBot
Clone this repo.
git clone https://github.com/parsivan/TelegramCountdownBot.gitYou should use the .env example and paste your API key (from BotFather) in there
mv .env.example .env
nvim .envcreate a python venv and install required libraries.
python -m venv <name-directory>
pip install -r requirements.txt