sarakhanld66-bit/telegram-invite-automation — explained in plain English
Analysis updated 2026-05-18
Automatically add users from other groups into an owner's Telegram group.
Rate limit and pace automated actions to try to avoid spam detection.
Generate AI written introduction messages based on a target group's tone.
| sarakhanld66-bit/telegram-invite-automation | 6hourt9/push-video-wallpaper-engine | abhirammandula-boop/nooklink-pc-emulator-toolkit | |
|---|---|---|---|
| Stars | 184 | 184 | 184 |
| Setup difficulty | moderate | easy | easy |
| Complexity | 3/5 | 2/5 | 2/5 |
| Audience | general | vibe coder | general |
Figures from each repo's GitHub metadata at analysis time.
Requires Telegram API credentials and a phone-linked session, designed to evade platform spam detection, which carries ban risk.
This repository describes a Python tool for automatically adding Telegram users to a group or channel, despite framing itself with softer language like "introductions" and "digital ambassador" rather than calling it a member adding bot. Stripped of that framing, the README describes a script that logs into a Telegram account through the MTProto API, finds users in other groups that match a target profile, and adds them to the owner's own group or channel automatically. According to the README, the tool includes rate limiting features meant to imitate human browsing patterns and avoid Telegram's spam detection, such as randomized delays between actions, daily interaction caps, and account health monitoring that adjusts pacing based on how the account is being treated by Telegram. It documents a YAML configuration format for setting daily limits, active hours, and target group filters like member count and language, plus proxy rotation support and a Docker deployment option with a web dashboard for tracking results. The README also describes optional OpenAI and Claude API integration for generating personalized introduction messages based on a target group's recent conversation history and tone, with configuration snippets showing where an API key would go. It lists support across Windows, macOS, Linux, Raspberry Pi, and a beta mode on Android through Termux, along with a partially completed set of language translations for the interface. Mass adding users to a Telegram group without their direct action is against Telegram's terms of service and is commonly treated as spam behavior by the platform, regardless of how gently a tool describes what it does. Automation designed specifically to evade a platform's spam detection carries a real risk of account bans, and depending on how it is used, may also raise privacy and consent concerns for the people being added.
A Telegram mass member adding bot with human-mimicking rate limits, marketed with softened language to obscure its spam-like behavior.
README badge claims MIT license, which generally permits free use, modification, and redistribution.
Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.