
router
TanStack Router is a type-safe, data-driven React router with built-in caching, prefetching, and nested layouts, while TanStack Start extends it into a full-stack SSR framework.
它为 MAX 即时通讯的内部 API 提供了全面的 TypeScript 封装,使开发者能够以最少的设置构建自定义机器人和集成。
Неофициальный TypeScript-клиент для мессенджера MAX.
Подключение по WebSocket, события входящих сообщений, чаты, контакты и профиль.
Пакет неофициальный и не связан с MAX / VK.
npm install @ounezz/umax
console_code/get_token.js..env:TOKEN=сюда_токен
import "dotenv/config";
import { UMax } from "@ounezz/umax";
const umax = new UMax(process.env.TOKEN);
umax.on("message_send", async ({ sender_id, message }) => {
if (sender_id === umax.account?.id) return;
await message.reply(`принял: ${message.text}`);
});
await umax.connect();
console.log(`connected as ${umax.account?.first_name}`);
dotenv ставится отдельно: npm install dotenv.
message_send, message_edit, message_deleteПолное описание API — в папке documentation/:
TypeScript-клиент для мессенджера MAX
根据分类、Topic 和编程语言匹配的相似项目。

TanStack Router is a type-safe, data-driven React router with built-in caching, prefetching, and nested layouts, while TanStack Start extends it into a full-stack SSR framework.
scriptc compiles ordinary TypeScript into small, fast native executables without needing Node.js, V8, or any JavaScript runtime in the binary.
A React component library that renders six hand-tuned animated thought orb loading indicators on a plain 2D canvas, with two purpose-tuned sizes and automatic theme detection for AI and agent UIs.