Telegram Bulk Group Message Sender - Broadcaster
This is a python code which send messages to all your telegram groups with just 1 click
Telegram Bulk Message Broadcaster ๐ Send a single message to multiple Telegram groups and channels with a single command using Telethon.
๐ Table of Contents Features Prerequisites Setup Usage Contributing License Features Easy to Use: Simply run the script, input your message, and let it do the rest! Error Handling: Understand which groups or channels had issues and why. Customizable: Adjust the number of dialogues fetched with ease. Prerequisites Python: Ensure you have Python installed. Telethon: A Python Telegram client. Install via pip: bash Copy code pip install telethon Telegram API Credentials: Obtain your api_id and api_hash from Telegram's developer portal. Setup Clone the repository: bash Copy code git clone https://github.com/chavalasantosh/TelegramGroupBroadcast Navigate to the cloned directory: bash Copy code cd TelegramGroupBroadcast Install the required packages: bash Copy code pip install telethon Note: It's recommended to set up a virtual environment before installing packages.
Usage Replace 'id' and 'hash' in the script with your actual Telegram API credentials. Run the script: bash Copy code python main.py Input your desired broadcast message when prompted. Contributing Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.