Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 437 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 437 Bytes

CurrencyBot

A simple currency conversion bot.

You will need the bot token for the code to work, place it in the config.py file along with a dictionary of currencies you would like to convert using this bot.

The keys are stored in the config.py along with the token file in the dictionary, for example:

TOKEN = "YOUR_TOKEN"

keys = { "Доллар": "USD", "Юань": "CNY", "Рубль": "RUB", "Евро": "EUR" }