Greetings, everyone! I recently asked myself an interesting question: is it possible to supplement the standard posting of posts to Telegram feed from RSS feed (and running through GPT and Perplexity) with a full-fledged reconciliation in Telegram bot?
The scenario is as follows: RSS → Perplexity → GPT → DALL-E / MJ → Telegram (Send Photo) and I get a full-fledged post from the bot. Next, I’d like to do four variations of events:
-
If I reply “OK”, the post is sent to my Telegram channel unchanged
-
If I reply “Text”, then the bot (GPT) should rewrite the text and send it for approval with the same picture.
-
If I reply “Pic”, the bot (DALL-E / MJ) should generate a new picture and send the post with the same text for approval.
-
If I reply “Re”, then the bot reworks the post and picture and sends a new one for approval.
Is it possible to do this with more or less standard Make functionality like Watch Updates and Router, using filters etc. or in general, is it possible to implement this without using code?
I’ve only come up with the idea of duplicating a post in Google Sheets so far, but it’s difficult to transfer a picture from Sheets to Telegram.