Script for copying messages from one channel and pasting them into other channels (with the help of a userbot).
Support:
- ✅ Copying from any channel (including those that prohibit copying messages)
- ✅ Any text and any formatting (except spoilers)
- ✅ Any types of files and other things (mugs, voice messages, videos, .other files)
- ✅ Ability to remove links from received posts/change links to your own or leave only the link text without the link.
- ✅ Spoilers for photos not included in the album.
- ✅ Tracking an unlimited number of channels.
- ✅ Everything else.
Not support:
- ❌ Inline buttons (because this is only available to bots, and the script uses a userbot)
- ❌ spoilers for text (html text markup just doesn't show if spoiler is used in the text) and album (Takes too long to process)
- Download this repository and python on python.org
- Enter all necessary data (including
api_id
andapi_hash
, which can be obtained from my.telegram.org) in the 'config.py' file.