AI Telegram-WordPress Automation Setup -- 2

Заказчик: AI | Опубликовано: 28.01.2026
Бюджет: 8 $

I need a complete automation pipeline that takes every new message in our Telegram channel—whether it is text, an image, or a video—parses the content, runs it through Claude via Clawdbot, and publishes the result to our WordPress site. Claude will handle the natural-language processing, data analysis, and any on-the-fly content generation (summaries, tags, rewritten headlines, etc.) before the post hits WordPress. The flow I have in mind is straightforward: 1. Telegram webhook or long-poll listener captures the raw update. 2. Clawdbot hands the payload to Claude for NLP tasks such as language detection, auto-formatting, keyword extraction, and optional short summary generation. 3. The enriched content is pushed to WordPress through the REST API, with correct media handling for images and videos. 4. A simple dashboard or config file lets me toggle whether items are published immediately or saved as drafts, adjust categories and tags, and set per-channel rules. Acceptance criteria • All three content types (text, image, video) make it to the correct WordPress post format without breaking media links. • Claude returns consistent, well-formatted meta information (title, excerpt, tags). • Error handling and logs clearly flag failed posts and API issues. • Deployment script and clear read-me so I can re-install on another server in minutes. You are free to build with Python, Node, or any stack that plays nicely with Telegram, WordPress REST, and Claude’s API, as long as the code is clean and extensible.