A simple script to forward all the messages of one chat (private/group/channel) to another. Made using Telethon. Can be used to back up the contents of a chat to another place.
telegram-chat-forward
A simple script to forward all the messages of one chat (indivisual/group/channel) to another. Made using Telethon. Can be used to back up the contents of a chat to another place.
Signing in
First of all you need to have your Telegram account's api_id and api_hash
Learn how to get them.
Installation
Make sure you have python 3.6 or above installed, by running python --version.
The following commands are to be executed on a Mac/Linux terminal like bash or zsh. If you are a Windows user, then I strongly recommend using pythonanywhere or termux, unless you are familiar with using command line on Windows.
Changes may be required to be made in the following commands to make them Windows compatible.
A simple script to forward all the messages of one chat (private/group/channel) to another. Made using Telethon. Can be used to back up the contents of a chat to another place.
telegram-chat-forward
A simple script to forward all the messages of one chat (indivisual/group/channel) to another. Made using Telethon. Can be used to back up the contents of a chat to another place.
Signing in
First of all you need to have your Telegram account's
api_idandapi_hashLearn how to get them.Installation
Make sure you have
python3.6 or above installed, by runningpython --version.The following commands are to be executed on a Mac/Linux terminal like bash or zsh. If you are a Windows user, then I strongly recommend using pythonanywhere or termux, unless you are familiar with using command line on Windows.