Jh123x / telegram-timer-bot

A telegram live timer bot

Home Page:http://portfolio.jh123x.com/telegram-timer-bot/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Telegram live timer bot

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.

Prerequisites

  1. Python
    • You have to download python from the installation.

Quick start

  1. Download this repository
  2. Install the dependencies using python -m pip install -r requirements.txt
  3. Create a .env file with the template here
  4. 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>
  1. Copy the template above (Note that there is no space between the = and the id itself)
  2. Get your API_ID and API_HASH here
    • Replace the API_ID and API_HASH (including the < and >) with the ones you got from the link above
  3. Get your BOT_TOKEN from @botfather here

Note:

  1. 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://jh123x.com/blog/2023/a-live-countdown-telegram-bot/)

Tech Stack

About

A telegram live timer bot

http://portfolio.jh123x.com/telegram-timer-bot/

License:GNU General Public License v3.0


Languages

Language:Python 100.0%