Skip to content

A Python bot to list Telegram chat IDs and forward entire messages from a DM/Channel/Group to another.

License

Notifications You must be signed in to change notification settings

sra0sha/Telegram_Message_Forwarder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Telegram Message Forwarder

A Python script to forward messages from a Direct Message/Channel/Group to another using the Telethon library. This script also includes a feature to list all your Telegram chats and save their IDs for easy reference.

Features

  • Chat List Generation: Retrieve and save a list of all your Telegram chats (groups, channels, and private chats) along with their IDs.
  • Message Forwarding: Forward messages from a source chat to a target chat.
  • Resume Support: Automatically resumes forwarding from the last forwarded message ID, even if the script is interrupted.
  • Error Logging: Logs errors to a file for debugging.
  • Rate Limit Handling: Automatically handles Telegram's rate limits and waits for the required cooldown period.
  • Forwarding Speed: Adjustable forwarding speed time (recommended to leave it on 2 seconds per message by default).

Prerequisites

Before running the script, ensure you have the following:

  1. Python 3.7 or higher installed on your system.

  2. A Telegram API ID and API Hash. You can obtain these by creating an app on my.telegram.org.

  3. The Telethon library installed. You can install it using pip:

    pip install telethon
    

Steps to Run

Open CMD on your PC and copy-paste the steps bellow

  1. Clone the repository to your local machine:
    git clone https://github.com/sra0sha/Telegram_Message_Forwarder.git
  2. Navigate to the project directory:
    cd Telegram_Message_Forwarder
  3. Run the script:
    python Telegram_Message_Forwarder.py

About

A Python bot to list Telegram chat IDs and forward entire messages from a DM/Channel/Group to another.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages