এআই-নেটিভ
চাইনিজ চা, আপনার চ্যাটে.
Each bot is a thin webhook over the Content API: send a tea name — get its full card; /random to discover. The user's locale picks the language (up to 72). One backend, one handler per platform.
কীভাবে একটি বার্তা প্রবাহিত হয়
user: "Da Hong Pao" → GET /api/v2/search?q=Da Hong Pao (resolve slug) → GET /api/v2/preview/da-hong-pao?lang=ru (localized card · free)
প্ল্যাটফর্মসমূহ
| প্ল্যাটফর্ম | স্ট্যাটাস | প্রয়োজন |
|---|---|---|
| Telegram | লাইভ | @TheTeaSupportBot — একটি টি-এর নাম DM করুন |
| ডিসকর্ড / স্ল্যাক | পরিকল্পিত | অ্যাপ টোকেন (স্ব-পরিষেবা) |
| LINE | পরিকল্পিত | মেসেজিং এপিআই চ্যানেল |
| WhatsApp / Messenger | পরিকল্পিত | মেটা বিজনেস + অ্যাপ রিভিউ |
| WeChat 公众号 | পরিকল্পিত | যাচাইকৃত চীনা ব্যবসা |
টেলিগ্রাম বট চালু করুন
- Message
@BotFather→/newbot→ copy the token. - Deploy the worker (code in the repo,
bots/telegram/):
cd bots/telegram npx wrangler deploy npx wrangler secret put BOT_TOKEN # paste token # point Telegram at the worker: curl "https://api.telegram.org/bot<TOKEN>/setWebhook?url=https://thetea-telegram-bot.<acct>.workers.dev"
Then DM it: Biluochun, 大红袍, /random, /tea longjing. The other platforms reuse the same handler — the work is mostly account approval, not code.
আরও প্রবেশপথ
একই ডেটা একটি REST API, একটি হোস্টেড MCP সার্ভার, একটি এআই দক্ষতা, একটি OpenAPI স্পেক এবং একটি llms.txt.