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

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

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!