Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.33 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.33 KB

Currency-Notification

📔 What is it?

Currency notification is an multilingual application that uses Telegram Bot API for sending exchange rates to users via the Telegram application at a specific time (user-specified). In addition, users can convert currencies.

⌨️ Commands:

EN:

  1. /countries - displays a list of countries, code and currency.
  2. [country code] amount - money conversion ===> Example: CA 100 ---> It will convert 100 of your currency into Canadian dollar.
  3. [Ip address] amount - money conversion ===> Example 99.139.239.67 100 ---> It will convert 100 of your currency into the currency of the country to which this IP belongs.

ES:

  1. /paises - display list of countries and ther code in Spanish.
  2. [code country] amount - money conversion ===> Example: CA 100 ---> It will convert 100 of your currency into Canadian dollar.
  3. [Ip address] amount - money conversion ===> Example 99.139.239.67 100 ---> It will convert 100 of your currency into the currency of the country to which this IP belongs.

⚠️Requirements

image

How it works?

gif

🤸‍♂️ Enjoy!