HelloBot

Telegram Bot example in Java language that says "Hi!" if you said "/hello".

Stars
2

HelloBot

Telegram Bot example in Java language that says Hi! if you said /hello.

Requirements

  • Java 1.8
  • Maven

Compile

mvn compile

Run

mvn exec:java -Dexec.mainClass="fvarrui.telegram.bot.Main" -Dtoken=<token> -Dbotname=<botname>

Create your bot

Follow this link to register your own bot, and use the given token and botname in the previous command.