This project implements a currency converter program using python3 and Telegram Bot API.
Clone this repo and use pip to install requirements -
pip install -r requirements.txt
Create a new folder named "res" and make 3 json files inside it
'res/Currency.json'
'res/settings.json'
'res/UserChoice.json'
Get a bot "Token" from BotFather and add it to 'res/settings.json'
{
"Token":"YourTokenHere"
}
Once your bot token is in place you can run the project.
All usage is inside your Telegram-Bot conversation, the bot will respond with interactive buttons to handle all flows.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.