This commit is contained in:
MrBesen 2018-05-29 08:37:15 +02:00 odevzdal GitHub
rodič 025c2ff9ca
revize b29bfdd994
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl 11 přidání a 5 odebrání

Zobrazit soubor

@ -6,16 +6,22 @@ requirements:
* [telethon](https://github.com/LonamiWebs/Telethon)
* [TelegramAPI-ID](https://core.telegram.org/api/obtaining_api_id)
install requirements:
```sudo apt install python3-pip git
pip3 install telethon```
```
sudo apt install python3-pip git
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```
Then 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.