This bot is created to demonstrate telegram-bots-client usage.
How to start:
- Ensure you have Java 11 on your machine
- Pull telegram-bots-client and telegram-bots-common repositories
- Build both of them:
mvn clean install - Pull current repository
- Replace values in
src/main/resources/examplebot.properties - Build the project using
mvn clean package - Run the bot using
java -jar target/telegram-bots-example-unspecified-jar-with-dependencies.jar