Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from bundle
Telegram MTProto MCP server with userbot watcher, chat/DM parser and context builders
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
.env.example
1# Telegram API credentials2# Get from https://my.telegram.org/apps3API_ID=your_api_id4API_HASH=your_api_hash56# Session name (file will be created as {SESSION_NAME}.session)7TELEGRAM_SESSION_NAME=my_session89# Your Telegram user_id — only this user can trigger the AI agent via watcher10# Get your user_id by messaging @userinfobot in Telegram11TELEGRAM_OWNER_ID=your_user_id12