telegram-export icon indicating copy to clipboard operation
telegram-export copied to clipboard

Export Telegram chat data and history

Results 44 telegram-export issues
Sort by recently updated
recently updated
newest added

I exported 1 group with around 1M messages to test if the script runs smoothly for me, but when it got to 97% it crushed with another error: File "/usr/local/lib/python3.6/dist-packages/telegram_export/downloader.py",...

Hi, Thanks to your work, I just used it and noticed there is a minor problem with max_size, actually, it did not work and files with size larger than I...

Maybe it`s not very pretty code and rendering result, but it works for me. I copied some styles from telegram desktop exporter.

pull request for #78 user is able to select which type of chat to export(user, group, channel).

Hi, Thanks for the great tool. However I cannot execute it. I get the following error: c:\ProgramData\Anaconda3\Lib\site-packages>python -m telegram_export Please enter the code you received: 93251 Signed in successfully as...

I have been using Telegram for years. Searching for telegram exporter every year. I am just surprised to find this awesome tool. Now I can rely to telegram chat to...

``` python /Users/wb/anaconda3/bin/telegram-export --config-file config.ini 2019-01-02 14:29:43,297 - exporter - INFO - Saving to /Users/wb/tg-export 2019-01-02 14:29:43,437 - telegram_export.downloader - INFO - Getting participants... 2019-01-02 14:29:43,440 - asyncio - ERROR...

I've detected that when a client's information is being backed up and Telegram Exports detects a private Telegram channel while downloading, it just stops working. To fix it, you must...

Discussion in https://github.com/expectocode/telegram-export/commit/7e0a30c59a0db100fd4cfcb9cbc1f4690b789783

Some chat names, eg. "a/b/c", when using with `MediaFilenameFmt = usermedia/{name}-{context_id}/{type}-{filename}` can create folders like "usermedia/a/b/c--123456/document-filename.123.txt" This is not intended and unsafe (like `a/../../b`), and also have problems with other...