A Tool to download a entire Chat from Telegram to have a handy backup.
Go to file
mrbesen 025c2ff9ca Inital Commit 2018-05-29 08:33:37 +02:00
.gitignore Inital Commit 2018-05-29 08:33:37 +02:00
README.md Inital Commit 2018-05-29 08:33:37 +02:00
telegramApi.py Inital Commit 2018-05-29 08:33:37 +02:00

README.md

TelegramChatDownloader

A CLI program to download a chat from telegram.

How to install (linux only)

requirements:

pip3 install telethon```
get the downloader:
```git clone https://github.com/mrbesen/TelegramChatDownloader.git```
open the file telegramApi.py and enter your API ID, token and username.
run:
```cd TelegramChatDownloader/
./telegramApi.py```
##### Output Format
The chat structure is stored as "chat.xml" in the folder "out/"
All Media-files are Stored in the Folder out/media/
Stickers get downloaded too, but they wont get a file-postfix.
They are stored in the [WEBP](https://de.wikipedia.org/wiki/WebP) format.