An open API service indexing awesome lists of open source software.

https://github.com/quasiyoke/telegram-bot-server

Unofficial Telegram server implementation handling Telegram Bot API
https://github.com/quasiyoke/telegram-bot-server

api bot chat framework server telegram

Last synced: about 1 year ago
JSON representation

Unofficial Telegram server implementation handling Telegram Bot API

Awesome Lists containing this project

README

          

telegram-bot-server
===================

Unofficial Telegram server implementation handling `Telegram Bot API `_.

To use this framework you need to implement several basic entities: ``BotService``, ``Server``, ``UpdateService``.

Bots' tokens should match the following regular expression: ``[1-9]\d{0,15}:[\w\-]{10,60}``.

Examples
--------

You're able to look at example server built using this framework `here `_. You can run it with two example bots: `sending current time regularly `_ and `echo bot `_.