This Telegram bot calculates and displays the remaining time until a specified date and time. It uses the Persian (Jalali) calendar for the target date and time.
- 📅 Countdown to a specific Persian (Jalali) date and time.
- 🤖 Responds to the
/time
command to provide the remaining days, hours, minutes, and seconds. - 🌐 Utilizes the
python-telegram-bot
library for Telegram bot interactions. - 🕰️ Integrates the
persiantools
library for Persian (Jalali) date calculations.
- Invite the bot to your Telegram group.
- Use the
/time
command to receive the countdown message.
- Set the
TOKEN
variable in the script to your Telegram bot token obtained from the BotFather.
/python-telegram-bot/python-telegram-bot
Python 3.x python-telegram-bot (v13.7) persiantools