Telegram live timer bot
··172 words·1 min
Table of Contents
What is it #
This is a telegram bot that allows the user to have a “live” countdown on the event that they want to have.
Quick start #
- Download this repository
- Install the dependencies using
python -m pip install -r requirements.txt
- Create a
.env
file with the template here - Start the application by running
python Bot
at the root directory.
Creating your .env
file #
API_ID=<Your API ID>
API_HASH=<Your API Hash>
BOT_TOKEN=<Your Bot Token>
- Copy the template above (Note that there is no space between the
=
and the id itself) - Get your
API_ID
andAPI_HASH
here - Get your
BOT_TOKEN
from@botfather
here
Note: #
- Note that once you turn off the bot, all the event information is lost. (This might be a feature to be added in the future)
Contributing to the Project #
Feel free to send in a pull request.
Using the project #
To Use this project, please add this line into your readme.
Referenced from [Jh123x Timer bot](https://github.com/Jh123x/telegram-timer-bot "Telegram Timer Bot")