https://github.com/barzin144/world-time-teller-bot
This Telegram bot allows you to keep track of the current time in your favorite cities.
https://github.com/barzin144/world-time-teller-bot
telegram telegram-bot telegram-bots timezones world-time
Last synced: about 1 month ago
JSON representation
This Telegram bot allows you to keep track of the current time in your favorite cities.
- Host: GitHub
- URL: https://github.com/barzin144/world-time-teller-bot
- Owner: barzin144
- Created: 2022-03-31T04:11:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T10:27:06.000Z (12 months ago)
- Last Synced: 2024-10-28T08:29:08.159Z (12 months ago)
- Topics: telegram, telegram-bot, telegram-bots, timezones, world-time
- Language: JavaScript
- Homepage: https://t.me/world_time_teller_bot
- Size: 2.33 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# World time teller telegram bot
This Telegram bot allows you to keep track of the current time in your favorite cities. 😁 Add cities you want to monitor and easily check their time!## Commands
To get started, send the /time command to the bot. From there, you can configure your settings. You can also add this bot to groups and manage the configuration there.
- /time – View and configure time settings
- /add_to_config – Add cities to your configuration
- /reset_config – Reset your configuration## Development
If you'd like to develop or run this bot locally, you'll need to set up a Firebase database and add serviceAccountKey.json (Firebase configuration) to the project.## Development commands
- npm install
- npm run local-startI used "localtunnel" to provide a valid URL for the Telegram bot webhook, which forwards Telegram requests to your localhost.