A tool to retrieve common users among telegram groups/channels/supergroups
- Retrieve all users from a specified Telegram group.
- Find common users between multiple groups.
- Exclude specified users from the results.
- Python 3.6 or above
- Pyrogram library
- Clone the repository:
git clone https://github.com/xelxen/commonusers.git
- Install the requirements:
pip install -r requirements.txt
- Replace the
api_id
andapi_hash
inVarFile.py
with your actual Telegram API ID and API hash.
- Run the script:
python main.py
- When prompted, enter the ID, link or username of the Telegram group/channel/supergroup.
This project is for educational purposes only. It is not our responsibility if it is used for malicious purposes. Please use this script responsibly.
If you are entering the the group id, make sure that the group/channel is public and if the group is private, you must be a member of it to retrieve the users list. As for channels, you must be an admin to see channel subscribers
This project is licensed under the MIT License - see the LICENSE file for details.