Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 631 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 631 Bytes

Telegram bot

This is a first bot on telegram messenger

System requirements

  1. JAVA v11
  2. Maven
  3. MySQL server

Installing

  1. Create your own telegram bot through @BotFather on https://telegram.org
  2. Create your own account on site https://openweathermap.org
  3. Clone this repo on your pc
  4. Run script lib/install.sh - weather-client module will be added in your local maven library
  5. Rename and fill properties files:
  • application.properties.example -> application.properties
  • bot.properties.example -> bot.properties
  1. Run script run.sh - bot will start

Appendix

  1. Class diagram