THE TEA · ডেভেলপার প্ল্যাটফর্মapi.thetea.app
tea.support

এআই-নেটিভ

চাইনিজ চা, আপনার চ্যাটে.

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 公众号পরিকল্পিতযাচাইকৃত চীনা ব্যবসা

টেলিগ্রাম বট চালু করুন

  1. Message @BotFather/newbot → copy the token.
  2. 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.