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

Good Morning, I have pip installed telegram_export but I'm unsure how/where to add the config file or how to encourage telegram dump to run. I have installed my python environment...

Like, straight up disable it. None of those magic values that don't even work properly on some other unexpected configuration properties.

high priority

`Ubuntu 18.04` `Python 3.6.5` `2018-10-07 16:22:08,762 - telethon.tl.core.tlmessage - ERROR - Failed to pack GetFileRequest(location=InputFileLocation(volume_id=None, local_id=None, secret=None), offset=0, limit=262144) Traceback (most recent call last): File "/usr/local/lib/python3.6/dist-packages/Telethon-1.3-py3.6.egg/telethon/tl/core/tlmessage.py", line 59, in __init__...

I'm trying to export a group, but I systematically get an error > File "/mnt/d/Dev/Perso/telegram-export/venv/lib/python3.5/site-packages/telethon/client/users.py", line 297, in get_input_entity > .format(peer) > ValueError: Could not find the input entity for...

I'm exporting a supergroup but user list is not complete. number of users are 182and telegram-export shows: > telegram_export.downloader - INFO - Saved 182 new members, 0 left the chat....

I have lots of subscribed channel in my account and exporting all of it takes time. also I have long list of chats than I'm not able to whitelist them....

@Lonami @expectocode can i create a web ui for this dumper with django? it's possible?

Like telegram-history-dump allows, it would be nice to say "dump all channels" or "dump everything except supergroups"

enhancement

Currently, these are quite messy. They require editing `__main__.py` and calling methods on exporter.dumper, and the available callbacks are not available, as well as a lack of information on what...