https://github.com/sajad-ahmadnzhad/worldtimebot
A simple Telegram bot to display world time
https://github.com/sajad-ahmadnzhad/worldtimebot
bot telegram-bot typescript worldtime
Last synced: 2 months ago
JSON representation
A simple Telegram bot to display world time
- Host: GitHub
- URL: https://github.com/sajad-ahmadnzhad/worldtimebot
- Owner: sajad-ahmadnzhad
- Created: 2023-09-15T10:48:40.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-19T11:10:37.000Z (almost 3 years ago)
- Last Synced: 2025-10-04T18:05:04.367Z (9 months ago)
- Topics: bot, telegram-bot, typescript, worldtime
- Language: TypeScript
- Homepage:
- Size: 158 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
robat world time

What does this Telegram bot do?
⚠️The robot is not currently deployed on a server. Once it is deployed, an announcement will be made.
How does this robot work?

The continent name and the capital city of the country are entered, and information is received from the API.

Technologies used to make this robot:
Libraries used to build this robot:
How to install typescript:
```
npm install -g typescript
```
How to install node-telegram-bot-api:
```
npm install -g node-telegram-bot-api
```