This is a Telegram bot built with .NET 7 that allows users to find the current exchange rate between two currencies.
- Simple and intuitive command-based user interface
- Currently supports 10 different world currencies
- Real-time exchange rates using Currency Exchange API
- Easy integration with the Telegram Bot API
- Install the latest .NET SDK
Provide your Telegram Bot token & Currency Exchange in appsettings*.json
.
"BotConfiguration": {
"BotToken": "{ Token }",
"CurrencyExchangeApiKey": "{ Api Key }"
}
Clone the project source:
git clone https://github.com/spaleet/dotnet-telegram-bot
cd src/
Start the worker service:
cd /BotWorker
dotnet run
This project is licensed under the MIT License. Feel free to use it in any way you like, but I take no responsibility for any consequences of that use