Turn Telegram voice and text into ready social posts with images. Teams and solo marketers can plan posts on the go, then receive clean copy and a matching image prompt. It helps you move from idea to draft in minutes.
Incoming messages from Telegram start the flow. A switch checks if the user sent voice or text. Voice notes are fetched and transcribed to text with OpenAI. That text goes to an AI agent that uses an OpenAI chat model and SerpAPI to research and write content and an image prompt. A structured parser keeps the output in a steady format with two fields: content and image_prompt. The image prompt is sent to the Hugging Face Inference API to create an image. The image file is extracted into a usable property, and a final set step prepares the result for handoff.
Setup needs a Telegram bot plus API keys for OpenAI, SerpAPI, and Hugging Face. Expect faster turnarounds and fewer back and forth steps. Common uses include quick social campaigns, event recaps, product updates, and daily posting from the field. Teams who already work in Telegram get a simple content pipeline without opening extra tools.