https://github.com/al-muhandis/brook-telegram
Telegram plugin for brookframework
https://github.com/al-muhandis/brook-telegram
brookframework freepascal lazarus telegram telegram-bot
Last synced: about 23 hours ago
JSON representation
Telegram plugin for brookframework
- Host: GitHub
- URL: https://github.com/al-muhandis/brook-telegram
- Owner: Al-Muhandis
- License: mit
- Created: 2017-11-15T05:14:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-06-04T22:09:40.000Z (8 months ago)
- Last Synced: 2025-09-03T02:34:49.372Z (5 months ago)
- Topics: brookframework, freepascal, lazarus, telegram, telegram-bot
- Language: Pascal
- Size: 176 KB
- Stars: 23
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# brook-telegram
Telegram bot plugin for brookfreepascal worked in the webhook mode.
Inherite of the class TBrookAction for convenient work with Telegram bots API. Will help you to quickly develop a bot for Telegram on a web server.
Implemented as inherited class of TBrookAction from [Brookfreepascal framework](https://github.com/risoflora/brookfreepascal)
#Dependencies
*Ex*tended telegram bots API lib - [fptgbot_ex](https://github.com/Al-Muhandis/fp-telegram/bot_ex).
Web server - [brookforfreepascal](https://github.com/risoflora/brookfreepascal)
See example!