An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

robat world time


What does this Telegram bot do?


  • There is a simple API from the website http://worldtimeapi.org that allows you to find the desired time zone

  • The time zone must be entered like this: "Asia Tehran or Africa Algiers or America Adak or America Indiana Marengo"


  • ⚠️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:


  • typeScript
  • Libraries used to build this robot:


  • node-telegram-bot-api
  • How to install typescript:

    ```
    npm install -g typescript
    ```

    How to install node-telegram-bot-api:

    ```
    npm install -g node-telegram-bot-api
    ```