MCPcopy Index your code
hub / github.com/Grey-Time/Telethon-Channel-Clone

github.com/Grey-Time/Telethon-Channel-Clone @1.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release 1.0 ↗ · + Follow
1 symbols 6 edges 2 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Telethon Channel Clone

  • Clone any telegram channel or group (public & private both 😉)
  • You must have member of source channel or group

Quick Start 🔎

Clone this repository

git clone https://github.com/Grey-Time/Telethon-Channel-Clone.git
cd Telethon-Channel-Clone

Edit config.py file before use

API_ID and API_HASH - Get those from my.telegram.org

PHONE_NUMBER - Give phone number with country code (ex. +91987654321)

NAME - Give any name what you want

SRC_CHAT_ID and DEST_CHAT_ID - Get those from @userinfobot (forward any message from those channel or group to @userinfobot)

Create Virtual Environment

  • Windows

python -m venv myenv
  • macOS and Linux

python3 -m venv myenv

Activate Virtual Environment

  • Windows

.\myenv\Scripts\activate
  • macOS and Linux

source myenv/bin/activate

Install module telethon

  • Windows

pip install telethon
  • macOS and Linux

pip3 install telethon

Run script

  • Windows

python bot.py
  • macOS and Linux

python3 bot.py

Core symbols most depended-on inside this repo

Shape

Class 1

Languages

Python100%

Modules by API surface

config.py1 symbols

For agents

$ claude mcp add Telethon-Channel-Clone \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page