WooCommerce-Telegram Membership Plugin

Замовник: AI | Опубліковано: 03.10.2025
Бюджет: 30 $

I need a compact WordPress plugin that ties WooCommerce purchases to access in my private Telegram channel. My bot is already live and has the rights to create invite links and remove members, so the plugin only has to talk to it through the standard Bot API. What has to happen: the moment an order with the specific product is marked “completed”, the customer receives a unique, single-use invite link both by email and right on the WooCommerce “thank-you” screen. I also want a simple front-end page (accessible from /telegram-access or a shortcode I can drop anywhere) that shows: • the link again with a “Join now” button • the exact expiry date & time (e.g. “Access valid until 23-Jun-2024 14:00 UTC”) Behind the scenes the plugin must store the expiry in user meta, schedule the kick automatically, and call kickChatMember when the time is up. A daily (or more frequent) WP-Cron task is fine as long as it is reliable. I’m hoping for clean, commented code that follows WordPress standards, no framework bloat, and works on PHP 8+. If you have done Telegram or WooCommerce hooks before, this will be quick; I need it ASAP, so let me know how fast you can turn it around and what you need from my side (bot token, channel ID, etc.).