Skip to content

A userbot for copying all posts from one channel to another. It also works with chats, but does not save user names. The new channel will have an identical structure, including replies and grouped photos

Notifications You must be signed in to change notification settings

GahmenGang/CopyTelegramChannel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Usage

Code tested with python 3.10 (should work with 3.7+)

  1. Clone repository
git clone https://github.com/Dodgemaster1/CopyTelegramChannel.git
  1. Navigate to the project directory:
cd CopyTelegramChannel
  1. Install requirements (it's better to use a virtual environment):
pip install -r requirements.txt
  1. Set api_id and api_hash in config.py (you can get it here)

  2. Run the script and follow the instructions:

python main.py

About

A userbot for copying all posts from one channel to another. It also works with chats, but does not save user names. The new channel will have an identical structure, including replies and grouped photos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%