Skip to content

yarinba/ConvertorBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Currency Converter Bot

This project implements a currency converter program using python3 and Telegram Bot API.

Installation

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.

Usage

All usage is inside your Telegram-Bot conversation, the bot will respond with interactive buttons to handle all flows.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages