Skip to content

Telegram-Tools-Free/Telegram-Member-Adder-Free

Repository files navigation

Telegram-Member-Adder-Free

Free Telegram Member Adder. Scrape easily Groups and add the members to your groups with ease! Made in 2026.

Python


🚀 Getting Started

No coding skills required. Just follow these instructions step by step 👇

1. Install Python

  • Install Python 3.12.
  • IMPORTANT: During installation, make sure to check "Add Python to PATH".

2. Install the Requirements

Open Command Prompt (cmd) in the tool's folder and run:

pip install -r requirements.txt

3. Create Your Telegram API

Create your API_ID and API_HASH here:

https://my.telegram.org/auth

Then:

  • Paste your API_ID and API_HASH into credentials.txt.
  • Check credentials_example.txt for the correct format.
  • Optional: If you're using many accounts, use multiple API credentials.
    Example: If you use 100 accounts, use at least 10 API credentials.

▶️ How to Run the Tool

  1. Open Command Prompt (cmd) in the same folder as the tool.
  2. Run:
python main.pyc
  1. Log in to your Telegram accounts (multiple accounts are supported).
  2. Scrape members from any Telegram group.
  3. The scraped members will be saved to teammember.csv.
  4. Add the scraped members to your own group.

🔧 Troubleshooting

RuntimeError: Bad magic number in .pyc file

This error means you are not using Python 3.12.

The provided main.pyc file was compiled for Python 3.12 and will not work with older or newer Python versions.

How to fix it

  1. Check your Python version:
python --version
  1. If it is not Python 3.12.x, install Python 3.12 and make sure "Add Python to PATH" is enabled during installation.

  2. Run the tool again:

python main.pyc

⭐ Star This Repository

If you found this project useful, please consider starring this repository. It helps support the project and lets others discover it.


📢 Support & Updates