Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 534 Bytes

File metadata and controls

17 lines (11 loc) · 534 Bytes

telegram-bot-microframework-perl

What it allows to do:

  • Respond to predeclared messages (can be defined by patterns)
  • Build menus with few messages in a row (see Plugin::Telegram::Operation)

To do:

  • Inline queries support
  • Authentication

Wrapping BotAPI to simplify new bots development

Uses AnyEvent for asynchronous networking.

Wrapper allows you to build your own bot simply defining responses to commands, but also can help you with more complicated scenarios (operations including few messages, authentication)