GuardianChrono is a Telegram bot built with Python's python-telegram-bot library. It is designed to provide a range of useful time-related features, including obtaining the current time and timezone of any city, converting timezones, and calculating the time difference between cities. To use the bot, simply send a message with the name of a city you're interested in, and GuardianChrono will promptly respond with the current local time and timezone.
To get started with this project, follow these steps:
- Create a new Telegram Bot and obtain a token following the instructions
- Clone this repository and navigate to the project directory
- Install the required dependencies using
pip install -r requirements.txt
- Create a
config.py
file in the project directory and define a variable namedTELEGRAM_API_TOKEN
with your Telegram Bot token. The contents of yourconfig.py
file should look like this:
TELEGRAM_API_TOKEN = 'YOUR_TELEGRAM_API_TOKEN'
- Run
python3 bot.py
script - Start the bot in Telegram by searching for the bot name and clicking on the
start
button
This Telegram bot offers the following features:
- Discover Local Time: Type the name of a city to get the current local time.
- Get City Timezone: Enter a city name to retrieve its timezone.
- Convert Timezone: Convert a specific time to your local timezone.
- Compare Time Difference: Easily compare the time difference between two cities.
To learn more about the bot's features, visit the bot at GuardianChrono.
If you'd like to contribute to this project, feel free to fork the repository and submit a pull request. You can also create an issue to report bugs or suggest new features.
This project is licensed under the MIT License - see the LICENSE.md file for details.