Skip to content

vovakons/telegram_bot_java

Repository files navigation

Java telegram bot framework

For simple make telegram bot on java.

Used command pattern [GoF]

All commands are context free.

Session is user context. Can be included session variables.

Warning: don't use session for store necessary variables. If bot restarted, all session data are deleted (not saving in database or file).

Simple using bot see in com.vova_cons.telegram_bot_framework.test package.

Author contact: anbu23477@gmail.com

About

Simple telegram bot framework on java and long pooling.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published