Skip to content

A Telegram bot for currency exchange built with .NET 7, providing fast and reliable data.

License

Notifications You must be signed in to change notification settings

spaleet/dotnet-telegram-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currency Exchange Telegram Bot

This is a Telegram bot built with .NET 7 that allows users to find the current exchange rate between two currencies.

Features

  • 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

Requirements

  1. Install the latest .NET SDK

Configuration

Provide your Telegram Bot token & Currency Exchange in appsettings*.json.

"BotConfiguration": {
    "BotToken": "{ Token }",
    "CurrencyExchangeApiKey": "{ Api Key }"
}

Installation

Clone the project source:

git clone https://github.com/spaleet/dotnet-telegram-bot
cd src/

Start the worker service:

cd /BotWorker
dotnet run

Usage


License

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

About

A Telegram bot for currency exchange built with .NET 7, providing fast and reliable data.

Topics

Resources

License

Stars

Watchers

Forks

Languages