matan1905 / ComfyUI-Serving-Toolkit

a node toolkit to allow serving your workflow (for example using discord
59 stars 13 forks source link

Add Telegram serving #10

Closed matan1905 closed 2 months ago

matan1905 commented 2 months ago

add nodes/telegram_serving.py it will be similar to the discord serving node, except it will work for Telegram

make sure you implement anything fully.

use pyTelegramBotAPI as the library of choice. Don't forget to implement the different serving options (such as attachments, and responding with image) to be specific to telegram

for context - this is used for a visual programming language and the start is the serving which is connected to the outputs, so make sure your response is within the serving functions