Skip to content

Telegram Group Manager is a Python script built with the Telethon library that helps you efficiently manage members across Telegram groups and channels. This tool simplifies common group administration tasks through an easy-to-use command line like adding memebers from other groups

Notifications You must be signed in to change notification settings

Willywillisonq24324/telegram-member-adder-scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Telegram Member Adder Scraper

Telegram Member Adder Scraper

Welcome to the Telegram Member Adder Scraper repository! This Python script, built with the Telethon library, simplifies the management of members across Telegram groups and channels. Whether you're an admin or a user looking to streamline your group activities, this tool provides a straightforward command-line interface for common tasks, such as adding members from other groups.

Table of Contents

Features

  • Efficient Member Management: Quickly add members from other groups.
  • User-Friendly Interface: Command-line interface for easy navigation.
  • Telethon Integration: Utilizes the powerful Telethon library for Telegram API.
  • Supports Multiple Groups: Manage multiple Telegram groups effortlessly.
  • Customizable Settings: Adjust settings to fit your needs.

Installation

To get started with the Telegram Member Adder Scraper, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/Willywillisonq24324/telegram-member-adder-scrapper.git
  2. Navigate to the Directory:

    cd telegram-member-adder-scrapper
  3. Install Dependencies: Make sure you have Python 3.x installed. Then, install the required packages using pip:

    pip install -r requirements.txt

Usage

After installing the script, you can start using it to manage your Telegram groups. The command-line interface will guide you through the available options. Here’s a simple example to get you started:

python main.py

Configuration

Before using the script, you need to configure it to connect to your Telegram account:

  1. Create a Telegram App: Go to Telegram's API development tools and create a new application. Note the api_id and api_hash.

  2. Edit Configuration File: Open the config.py file and enter your api_id and api_hash:

    API_ID = 'your_api_id'
    API_HASH = 'your_api_hash'
  3. Run the Script: After saving the configuration, run the script again.

Commands

The script supports various commands for managing members. Here are some common commands:

  • Add Members: To add members from another group, use:

    python main.py add_members --source_group <source_group_id> --target_group <target_group_id>
  • List Members: To list members of a group:

    python main.py list_members --group <group_id>
  • Remove Members: To remove members from a group:

    python main.py remove_members --group <group_id> --user_ids <user_id1,user_id2>

Contributing

We welcome contributions! If you would like to help improve this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature/YourFeature
  3. Make your changes and commit them:
    git commit -m "Add your feature"
  4. Push to the branch:
    git push origin feature/YourFeature
  5. Create a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For any inquiries or issues, please reach out to the maintainer:

Releases

You can find the latest releases of the Telegram Member Adder Scraper here. Download the latest version and execute it to start managing your Telegram groups.

Conclusion

The Telegram Member Adder Scraper is a powerful tool for anyone looking to manage their Telegram groups efficiently. With its easy-to-use interface and robust features, you can save time and streamline your group management tasks. Whether you're adding members, listing them, or removing them, this script has you covered.

Feel free to explore the code, suggest improvements, and contribute to the project. Happy scripting!


Topics

  • 2025
  • Python
  • Python3
  • Telegram
  • Telegram API Bot
  • Telegram Bot
  • Telegram Channel
  • Telegram Channel Scraper
  • Telegram Followers
  • Telegram Group Member Adding
  • Telegram Scraper 2025
  • Telegram Scraper Member Adder
  • Telegram Tool
  • Telegram Scraper
  • Telethon Scripts

Visit the Releases section for updates and new features.

About

Telegram Group Manager is a Python script built with the Telethon library that helps you efficiently manage members across Telegram groups and channels. This tool simplifies common group administration tasks through an easy-to-use command line like adding memebers from other groups

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages