https://github.com/sebescudie/vl.telegram
A VL plugin to interact with a Telegram bot
https://github.com/sebescudie/vl.telegram
monitoring telegram vl
Last synced: 5 months ago
JSON representation
A VL plugin to interact with a Telegram bot
- Host: GitHub
- URL: https://github.com/sebescudie/vl.telegram
- Owner: sebescudie
- Created: 2020-04-08T12:16:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-24T19:12:05.000Z (over 3 years ago)
- Last Synced: 2025-10-31T01:32:07.837Z (8 months ago)
- Topics: monitoring, telegram, vl
- Size: 276 KB
- Stars: 15
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VL.Telegram
A VL wrapper of the [Telegram.Bot](https://github.com/TelegramBots/Telegram.Bot) lib.
## What's inside
This one is not as complete as motzi's [beta plugin](https://github.com/mhusinsky/vvvv-Telegram). It was made with installation monitoring scenarios in mind. Here you can :
- Send and receive text messages
- Send photos (from file or `SKImage`)
- Send Inline and Reply keyboards
- React to InlineKeyboards queries
## Usage
- You'll first need to generate a token by talking to @BotFather on Telegram. Simply follow his instructions.
- When you have your key ready, you can jump to the help patches in the node browser.
## Credits
- Big thanks to motzi for his [beta plugin](https://github.com/mhusinsky/vvvv-Telegram) that was quite helpful to get the inner workings of the lib