Telegram-channel-cloner
An ultra-resilient, production-grade asynchronous CLI application built with Python 3.12+ and Telethon to seamlessly clone message histories from any accessible Telegram channel, group, or Saved Messages to a destination channel/group.
File Explorer
- 1.png
- 2.png
- authentication.py
- cloner.py
- dialog_search.py
- logger.py
- media.py
- message_handler.py
- progress.py
- sender.py
- utils.py
- config.py
- LICENSE
- main.py
- README.md
- requirements.txt
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
crypto
View Details ▼
crypto
Manage cryptography.
Accessed in configuration mode.
crypto key generate rsa
Generate an `rsa` key:
crypto key generate rsa modulus {{1024}}
Define a modulus for a key:
crypto key zeroize
Remove all keys:
pip install
View Details ▼
pip install
Install Python packages.
pip install {{package1 package2 ...}}
Install one or more packages:
pip install {{package1 package2 ...}} {{[-U|--upgrade]}}
Upgrade all specified packages to the latest version, installing any that are not already present:
pip install {{package}}=={{version}}
Install a specific version of a package:
python
View Details ▼
python
Python language interpreter.
python
Start a REPL (interactive shell):
python {{path/to/file.py}}
Execute a specific Python file:
python -i {{path/to/file.py}}
Execute a specific Python file and start a REPL:
python3
View Details ▼
python3
This command is an alias of `python`.
tldr python
View documentation for the original command:
