Telegram channel scraper

Joined
Sep 15, 2022
Messages
7
Reaction score
2
Hey guys,

Is there any telegram scraper out there that can add member from an existing channel to my own? I am looking for one that can do it for channels and not groups.

Thank you for your help!
 
im not sure if there are any free scrapers that work currently, I have used doublegram free version in the past , not sure if thats still the case
 
Scrapping users from channels in not possible, best way to grow your channel you can build up a TG group with target audienece and then share your link with them this way you get subscribers ,Telegram mass dms is also very effective to get subscribers
 
No thats impossible. Only invites to chat is still working.
 
Here’s the deal—Telegram’s API doesn’t let you bulk “add” subscribers into a channel the way you can with groups. You’ve got two realistic options:
  1. Convert your channel into a supergroup
    • In settings, turn your channel into a “discussion” supergroup
    • Use a scraper (like a Telethon script or TgMemberScraper) to pull member IDs from the source channel
    • Then use the same script to invite/add them into the supergroup (it honors the API)
  2. Use invite links + DM outreach
    • Scrape member IDs with Telethon or a bot
    • Send each user a personalized DM saying “Hey, we’ve got similar content—join us here: <invite link>”
    • Response rates run ~10–20%, but it’s the only way to get real channel joins without breaking Telegram’s rules
There simply isn’t a “one-click” channel-to-channel member transfer tool because Telegram blocks that. If you really need a broadcast-style push, the DM-plus-link method is your best bet.
 
Back
Top