Skip to content

Latest commit

 

History

History
53 lines (43 loc) · 2.11 KB

README.md

File metadata and controls

53 lines (43 loc) · 2.11 KB

Copy-past posts userbot for Telegram

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)
(If you find any bugs, flaws or have any idea for this script, please let me know, e.g. in issues)

-- How use? --


  1. Download this repository and python on python.org image

  1. Use the command "pip install -r requirements" or just run the "install.bat" file (recommended) image

  1. Enter all necessary data (including api_id and api_hash, which can be obtained from my.telegram.org) in the 'config.py' file. image

  1. Done! Run the start.bat file to start the script. Good luck! image