Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-24T19:12:05.000Z (about 2 years ago)
- Last Synced: 2024-08-18T13:06:15.041Z (5 months ago)
- Topics: monitoring, telegram, vl
- Size: 276 KB
- Stars: 8
- Watchers: 3
- 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