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.
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).
- Create bot via BotFather (t.me/BotFather)
- Specify token and username in config/currency-bot.properties
- Run Application.main()
- Start using bot. Your bot language settings is the same as Telegram language.
- By default, You will receive exchange rates for US Dollar from Privatbank with notifications switched off.
- You can change that in the settings menu.
- Gradle
- Java 17 LTS
Adding new bots. New bot classes are added to the telegrambots package.