Run hundreds of Telegram sessions from your terminal.

A terminal-based Telegram session management suite for operators who need precise, large-scale account control. Hundreds of sessions. One clean interface.

100s
Sessions at once
30+
Operations
3
Platforms
0
GUI required
teleblurr — operator console
· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · ·
██████╗ ██╗ ██╗██████╗ ██╗ ██╗ ██╗██████╗ ██████╗ ██╗ ██╗███████╗ █████╗ ██████╗███████╗
██╔═████╗╚██╗██╔╝██╔══██╗██║ ██║ ██║██╔══██╗██╔══██╗╚██╗ ██╔╝██╔════╝██╔══██╗██╔════╝██╔════╝
██║██╔██║ ╚███╔╝ ██████╔╝██║ ██║ ██║██████╔╝██████╔╝ ╚████╔╝ █████╗ ███████║██║ █████╗
████╔╝██║ ██╔██╗ ██╔══██╗██║ ██║ ██║██╔══██╗██╔══██╗ ╚██╔╝ ██╔══╝ ██╔══██║██║ ██╔══╝
╚██████╔╝██╔╝ ██╗██████╔╝███████╗╚██████╔╝██║ ██║██║ ██║ ██║ ██║ ██║ ██║╚██████╗███████╗
╚═════╝ ╚═╝ ╚═╝╚═════╝ ╚══════╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝╚══════╝
· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · ·
╭──────────────────────────────────────────────────────────────────────╮
Teleblurr // Telegram Operator Console // v2.5.5
╰──────────────────────────────────────────────────────────────────────╯
╭──────────────────────────────────────────────────────────────────────╮
MAIN OPERATIONS
╰──────────────────────────────────────────────────────────────────────╯
SESSION CONTROL ───────────────────────────────────────┄
[01] Initialize Session
Register a new account via phone number or QR code
[02] Backup Sessions
Archive session files to a secure location
[06] Terminate Session
End a specific active session
[07] Terminate All Others
Revoke every concurrent session except the current
[09] Force Logout high-risk
Immediately invalidate one or all sessions
PROFILE & IDENTITY ────────────────────────────────────┄
[03] Edit Profile
Update display name, bio, photo, and expiry timer
[ P] Privacy Controls new
Configure data visibility and access permissions
[ T] Clear Contacts new
Remove all contacts from every active session
CHANNELS & GROUPS ─────────────────────────────────────┄
[04] Join Public Channels
Bulk subscribe to public channels and groups
[05] Join Private Channels
Subscribe via private invite links
[ F] Subscribe to Channels new
Enroll all sessions into one or multiple channels
[ A] Add Members high-risk
Insert users into a target group from a list
[12] Boost Post Views
Increase view count on a target post
[13] Post Reactions
Distribute emoji reactions to posts across sessions
SECURITY & 2FA ────────────────────────────────────────┄
[10] Two-Factor Auth
Set, rotate, disable, or reset 2FA passwords
[11] Read OTP
Retrieve one-time codes from incoming messages
[ C] Account Audit
Scan sessions for active, restricted, or premium status
MESSAGING ─────────────────────────────────────────────┄
[ B] Mass Broadcast high-risk
Send messages to groups or member lists at scale
[ J] Activate Bot beta
Dispatch /start to a target bot across all sessions
[S3] Chat Manager new
Delete history, leave groups, or send targeted DMs
AUTOMATION ────────────────────────────────────────────┄
[ M] Macro Engine new
Record a bot interaction once, replay across all sessions
DATA & INTELLIGENCE ───────────────────────────────────┄
[08] Health Check
Verify the active status of all sessions
[JS] Export to JSON
Serialize session metadata into structured JSON
[Q1] Extract Web Token
Capture initData tokens in user= format from Mini Apps
[Q2] Extract Query ID
Capture query_id tokens from Mini App sessions
[S1] Sort & Filter new
Organize sessions by date, age, device, ID, or tier
[S2] Data Scraper new
Pull members, profiles, usernames, and group data
────────────────────────────────────────────────────────────────────
[ E] Exit
Close the operator console
────────────────────────────────────────────────────────────────────
Select Option
scroll

// capabilities

Everything an operator needs, in one console.

Thirty-five plus operations across session management, security, automation, scraping, and Mini App control. No GUI, no clutter.

Operator Console

No GUI, no bloat. A clean terminal interface built to manage hundreds of Telegram accounts from a single command line.

Session Control

Initialize, archive, terminate, and sort sessions in bulk. Register via phone number or QR code.

Two-Factor Auth

Set, rotate, disable, or reset 2FA passwords across your entire session pool from one place.

Channel Automation

Subscribe sessions to public and private channels, inject members from a list, boost views and reactions.

Data Scraper

Pull members, photos, display names, and usernames. Sort and filter by date, age, device, or tier.

Mass Broadcast

Send, delete, and broadcast messages at scale with built-in flood-wait and error handling.

new

Macro Engine

Record a bot interaction once on one account. Semantic steps replay headlessly across your entire session pool.

new

Mini App HTTP Runner

Extract initData tokens and drive Mini App backends directly over HTTP. No browser, no WebView. Just a recipe file.

// automation

Record once. Run everywhere.

Two automation layers built for operators. Drive bots through the Telegram client or hit Mini App backends directly over HTTP — no browser, no manual clicking.

new

Bot Macro Engine

Record a live bot session once on one account. Every command and button click is captured as a semantic step and replayed headlessly across your entire session pool.

  • Record live on one account, capture every step
  • Steps match buttons by text — not coordinates
  • Replay across 100s of sessions automatically
  • Supports send, wait, click, and join actions

macros/claim_daily.json

{
"name": "claim_daily",
"target": "@GameBot",
"steps": [
{ "type": "send", "text": "/start" },
{ "type": "wait", "seconds": 2 },
{ "type": "click", "text": "Claim" }
]
}
01send /start02wait 2s03click Claim
new

Mini App HTTP Runner

Skip the browser entirely. Extract signed initData via Telegram's own protocol, then drive the Mini App's backend API directly using a config-driven recipe file.

  • No browser, no WebView — pure HTTP calls
  • Add any Mini App by writing a recipe file
  • Token capture and chaining built in
  • Runs the same recipe across all sessions at once

recipes/somegame.json

{
"name": "somegame",
"bot": "GameBot",
"steps": [
{
"name": "auth",
"method": "POST",
"url": "/auth",
"json": { "initData": "{initData}" },
"capture": { "token": "data.token" }
},
{
"name": "claim",
"method": "POST",
"url": "/claim",
"headers": { "Auth": "Bearer {token}" }
}
]
}
01grab initData02POST /auth03capture token04POST /claim

Both features unlock with your Lifetime license.

Get lifetime access

// live demo

Record once. Run everywhere.

Drive one account through a bot flow and the Macro Engine replays it headlessly across your entire session pool.

01
Open Menu
02
Configure
03
Record Steps
04
Macro Saved
05
Replay
06
Complete
teleblurr — macro demo
LIVE

Select [M] Macro Engine from the main menu to open the automation panel.

// mini app http runner

Write a recipe. Hit every session.

No browser, no WebView. The HTTP Runner extracts a signed token per session and executes your recipe file directly against the Mini App API.

01
Open Menu
02
Pick Recipe
03
Load Recipe
04
Extract Token
05
Execute Steps
06
Complete
teleblurr — mini app http runner
LIVE

Select [M] Macro Engine then [5] Mini App Runner from the automation panel.

// how it works

From zero to running in three steps.

01

Get your build

Message us on Telegram, pick a plan, and receive the macOS or Windows build plus setup notes.

02

Drop in your sessions

Point Teleblurr at your session folder. It pairs each .session with its .json metadata automatically.

03

Run operations

Pick from the menu: create, check, sort, scrape, message, record macros, or run Mini App recipes. Flood-wait and bad sessions are handled for you.

// pricing

Lifetime access.

No subscriptions, no renewals. Message us on Telegram to get the price and your build the same day.

Most popular

Lifetime

Pay once, run forever. No renewals, no limits.

🔒 Ask on Telegramone-time
  • Full CLI feature set
  • macOS + Windows builds
  • Unlimited sessions
  • All future updates
  • Priority support
  • Source access (Windows build)
Buy on Telegram

// faq

Questions, answered.

What is Teleblurr?+

A terminal-based Telegram session management suite built for operators who manage multiple accounts at scale. It handles session initialization, profile management, two-factor auth, channel automation, data scraping, sorting, and mass messaging from a single CLI.

Which platforms does it support?+

macOS 12+, Windows 10/11, and Linux. Pre-built binaries are available for macOS and Windows. The full Python source runs on any system with Python 3.11+.

How do I get access?+

Message us on Telegram. We confirm your payment and deliver the build with setup instructions the same day. One payment, lifetime access. No renewals, no subscriptions.

How does the Macro Engine work?+

You drive one account live through a bot flow — sending commands, waiting, tapping buttons. Teleblurr records every action as a semantic step matched by button text rather than screen position, saves it as a JSON file, then replays the exact flow headlessly across every session in your folder.

What does the Mini App HTTP Runner do?+

It bypasses the browser entirely. Teleblurr extracts the signed initData token from each session using Telegram's own protocol, then executes a recipe file you provide: a structured list of HTTP calls with placeholder substitution and response capture. Supporting a new Mini App only requires writing a recipe file.

Is support included?+

Yes. Every lifetime license includes priority support. Reach us on Telegram and we will get back to you.

Is this within Telegram's terms?+

Teleblurr is a tool intended for authorized use only. You are fully responsible for how you use it. Misusing Telegram's API for spam, harassment, or unauthorized access violates their Terms of Service. Use it responsibly and within the rules.

Ready to take control of your sessions?

Message us on Telegram and we will get you set up today.