This is a telegram bot that allows the user to have a “live” countdown on the event that they want to have.
python
from the installation.python -m pip install -r requirements.txt
.env
file with the template herepython .
at the root directory..env
fileAPI_ID=<Your API ID>
API_HASH=<Your API Hash>
BOT_TOKEN=<Your Bot Token>
=
and the id itself)API_ID
and API_HASH
here
API_ID
and API_HASH
(including the <
and >
) with the ones you got from the link aboveBOT_TOKEN
from @botfather
hereFeel free to send in a pull request. Ensure that all the unit tests are passing before sending in a pull request.
To Use this project, please add this line into your readme.
Referenced from [Jh123x Timer bot](https://jh123x.com/blog/2023/a-live-countdown-telegram-bot/)