BlueBotTelegram is a Telegram bot that provides the currency exchange rates from Argentina for usd and euro. It fetches the latest rates from the Bluelytics API and responds to user commands in Telegram.
BlueBotTelegram supports the following commands:
/start
or/help
: Display a list of available commands and usage instructions./dolar
: Get the official and blue market exchange rates for the US Dollar./euro
: Get the official and blue market exchange rates for the Euro.
-
Bluelytics API: The currency exchange rates are fetched from the Bluelytics API.
-
GitHub Tutorial: The bot is built using the TelegramBots API by rubenlagus.
The bot is built using Java and relies on the following dependencies:
org.telegram.telegrambots:telegrambots:6.7.0
: The TelegramBots API for interacting with Telegram.com.fasterxml.jackson.core:jackson-databind:2.12.5
: For JSON data processing.- (Add any other dependencies you have used in your project)
BlueBotTelegram is open-source and licensed under the MIT LICENSE