Skip to content

This script will post comments to the current channel's latest post up to the previous channel's post that can be specified from a specific channel. can include media and text with random file selection.

Notifications You must be signed in to change notification settings

ululazmi18/comment_channel_telegram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌟 Auto Comment Telegram Script

📖 Description

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.

✨ Features

  • Automatic commenting on Telegram channels.
  • Adjustable delays for comments and account switches.
  • Support for sending text and media.

🚀 Installation

Additional Steps for Termux

  1. Update Packages

    pkg update && pkg upgrade
  2. Install Required Packages

    pkg install python git
  3. Allow Storage Access Run the following command to grant storage access:

    termux-setup-storage

    Select "Allow" when prompted.

  4. Access Internal Folder

    cd /storage/emulated/0
  5. 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

1. Preparation

  • 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

2. Clone the Repository

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

3. Install Dependencies

Once you're in the repository directory, install the required dependencies:

pip install -r requirements.txt

🔧 Configuration

If the config.json file does not exist, the script will create it with default settings. You can manually edit config.json if needed.

⚠️ Note

  • Ensure you do not violate Telegram's usage policies while using this script.
  • Use this script wisely and in accordance with the applicable rules.

About

This script will post comments to the current channel's latest post up to the previous channel's post that can be specified from a specific channel. can include media and text with random file selection.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages