Skip to main content

Telethon-MCUB is a maintained Telethon fork for MCUB and userbot-oriented workloads. The Python import path remains telethon, but the package name for installation and publishing is Telethon-MCUB.

Installation

Install the base package:

pip install -U Telethon-MCUB

Install with optional extras:

pip install -U "Telethon-MCUB[cryptg]"
pip install -U "Telethon-MCUB[socks]"
pip install -U "Telethon-MCUB[media]"
pip install -U "Telethon-MCUB[speedups]"
pip install -U "Telethon-MCUB[all]"

Optional extras:

  • cryptg for faster encryption/decryption.

  • socks for proxy support through python-socks[asyncio].

  • media for image resizing and media metadata extraction via pillow and hachoir.

  • speedups for faster gzip handling through isal.

  • all to install every optional dependency listed above.

Quick Start

from telethon import TelegramClient, events, sync

api_id = 12345
api_hash = "0123456789abcdef0123456789abcdef"

client = TelegramClient("session_name", api_id, api_hash)
client.start()

print(client.get_me().stringify())
client.send_message("username", "Hello from Telethon-MCUB")

@client.on(events.NewMessage(pattern="(?i)hi|hello"))
async def handler(event):
    await event.respond("Hey!")

Fork Notes

  • The package is published as Telethon-MCUB, but existing code should keep importing telethon.

  • MCUB-specific changes and release history are tracked in CHANGELOG.md.

  • Core Telethon concepts and API documentation are still largely applicable: https://docs.telethon.dev

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

telethon_mcub-1.44.2.tar.gz (765.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

telethon_mcub-1.44.2-py3-none-any.whl (842.5 kB view details)

Uploaded Python 3

File details

Details for the file telethon_mcub-1.44.2.tar.gz.

File metadata

  • Download URL: telethon_mcub-1.44.2.tar.gz
  • Upload date:
  • Size: 765.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for telethon_mcub-1.44.2.tar.gz
Algorithm Hash digest
SHA256 242e1f28b1cd5f0aeb30d393cbde0ab12e7a5ff22fe43c0c41e9e08a3681ff7c
MD5 604153e9d75d1f5566ce76bc0814850a
BLAKE2b-256 72d8793b1bc70e01ca0566c0813d75fd54652ce00a2ad4eef53a448023dce252

See more details on using hashes here.

File details

Details for the file telethon_mcub-1.44.2-py3-none-any.whl.

File metadata

  • Download URL: telethon_mcub-1.44.2-py3-none-any.whl
  • Upload date:
  • Size: 842.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for telethon_mcub-1.44.2-py3-none-any.whl
Algorithm Hash digest
SHA256 ace3ea821b1d5955e0ed679557e1576caf3ee78fea637762f25ba3f1f3cf0a2b
MD5 b5face5ddb71f34de72b1bcaa43e2bec
BLAKE2b-256 6bd0c5d41a726b5c487794d443969c5a64aa6148f624dae6df869d8128ee0097

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.44.2 This release

2 files

1.44.1

2 files

1.44.0

2 files

1.43.19

2 files

1.43.18

1 file

1.43.17

2 files

1.43.16

2 files

1.43.15

2 files

1.43.14

2 files

1.43.13

2 files

1.43.12

2 files

1.42.12.post1

2 files

1.42.12

2 files

1.42.11.post1

2 files

1.42.11

2 files

1.42.10

2 files

1.42.9.post11

2 files

1.42.9.post9

2 files

1.42.9.post8

2 files

1.42.9.post7

2 files

1.42.9.post5

2 files

1.42.9.post3

2 files

1.42.9.post2

1 file

1.42.9.post1

1 file

1.42.9

2 files

1.42.8

2 files

1.42.7

2 files

1.42.6

2 files

1.42.5

2 files

1.42.4

2 files

1.42.3

2 files

1.42.2

2 files

1.42.1

2 files

1.42.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page