This script automatically comments on messages in Telegram channels using multiple accounts. You can set delays between comments and account switches according to your needs.
- Automatic commenting on Telegram channels.
- Adjustable delays for comments and account switches.
- Support for sending text and media.
-
Update Packages
pkg update && pkg upgrade
-
Install Required Packages
pkg install python git
-
Allow Storage Access Run the following command to grant storage access:
termux-setup-storage
Select "Allow" when prompted.
-
Access Internal Folder
cd /storage/emulated/0
-
Set Up Git for Security To allow Git operations in Termux, run:
git clone https://github.com/ululazmi18/comment_channel_telegram.git cd comment_channel_telegram git config --global --add safe.directory /storage/emulated/0/comment_channel_telegram
- Python: Ensure Python is installed on your system. Download it from python.org.
- Pip: Pip usually comes with the Python installation. Ensure pip is up to date:
python -m pip install --upgrade pip
Clone this repository to your local directory using the following command:
git clone https://github.com/ululazmi18/comment_channel_telegram.git
cd comment_channel_telegram
Once you're in the repository directory, install the required dependencies:
pip install -r requirements.txt
If the config.json
file does not exist, the script will create it with default settings. You can manually edit config.json
if needed.
- Ensure you do not violate Telegram's usage policies while using this script.
- Use this script wisely and in accordance with the applicable rules.