Skip to content

This bot will send you notification with currency exchange rates of the selected currencies from the selected bank at a certain time of the day.

Notifications You must be signed in to change notification settings

LionnoiL/goit_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram bot


This bot will send you notification with currency exchange rates of the selected currencies from the selected bank at a certain time of the day.

Configuration

Bot settings are stored in the config directory.
The application.properties file stores the application's default settings such as bank, currency and notification time, off by default.
The currency-bot.properties file stores bot settings (name and token).

Run:

  1. Create bot via BotFather (t.me/BotFather)
  2. Specify token and username in config/currency-bot.properties
  3. Run Application.main()
  4. Start using bot. Your bot language settings is the same as Telegram language.
  5. By default, You will receive exchange rates for US Dollar from Privatbank with notifications switched off.
  6. You can change that in the settings menu.

Bot created using

  • Gradle
  • Java 17 LTS

Adding new bots.

Adding new bots. New bot classes are added to the telegrambots package.

About

This bot will send you notification with currency exchange rates of the selected currencies from the selected bank at a certain time of the day.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages