castus24 / tg-channels-msg-parse

Script to download messages and media from telegram channels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parse messages from Telegram channels

Script to download messages and media from telegram channels and load it to Microsoft Word document Also this script downloads images

Run script

Create virtual environment

python3 -m venv venv

Enter to venv

. venv/bin/activate

Install python modules from requirements.txt

pip install -r requirements.txt

Start script

python3 main.py

About

Script to download messages and media from telegram channels


Languages

Language:Python 100.0%