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
- Host: GitHub
- URL: https://github.com/quasiyoke/telegram-bot-server
- Owner: quasiyoke
- License: lgpl-3.0
- Created: 2017-05-27T16:03:19.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-14T16:56:05.000Z (almost 9 years ago)
- Last Synced: 2025-01-18T03:09:16.945Z (about 1 year ago)
- Topics: api, bot, chat, framework, server, telegram
- Language: Python
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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 `_.