Skip to content

The provided Python script effectively demonstrates how to create a Telegram bot that can parse and forward messages from a restricted channel. By utilizing asynchronous programming and the Telethon library, the bot operates efficiently, ensuring that new messages are promptly forwarded to the designated channel.

Notifications You must be signed in to change notification settings

Saje-Senior/Telegram-Chat-Forwording-MT4-Copytrader

Repository files navigation

Download dependencies: pip install -r requirements.txt

Nav to root folder and run the 'original.py' first by redianmarku to locate your desired chat's source and destination ID

You will need to enter your telegram phone number, api hash and api id which you can locate within the link below.

Next you will need to update either the single_chat.py (line 66 & line 67) or multiple_chat.py (line 78 & 79) file with your source chat/s id and destination id.

You can then head to https://dashboard.render.com/ (create an account) New > web service.

Upload files to github and create a repository then link it to render and change root directory to ./Telegram-Chat-Forwording-MT4-Copytrader.

Build command to pip install -r requirements.txt

Start command to python (single_chat or multiple_chats).py

Telegram API: https://my.telegram.org/apps

Copytrader: https://www.mql5.com/en/market/product/70538?source=External

About

The provided Python script effectively demonstrates how to create a Telegram bot that can parse and forward messages from a restricted channel. By utilizing asynchronous programming and the Telethon library, the bot operates efficiently, ensuring that new messages are promptly forwarded to the designated channel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published