Telegram client that forwards all messages from the selected channels/chats to another one
pip3 install telethon
wget https://raw.githubusercontent.com/Jipok/TelegramRetranslator/master/retranslator.py
API_HASH
and API_ID
in the script to values from my.telegram.orgpython3 retranslator.py
or
chown +x ./retranslator.py
./retranslator.py
The script saves two files:
default.id_list
which contains the id list. The first ID in the file is the targetdefault.session
which contains data for authentication. This file is processed by telethon.You can give the script another profile name:
python3 retranslator.py another_name
# or
./retranslator.py another_name
pip install pysocks