TelegramExporter icon indicating copy to clipboard operation
TelegramExporter copied to clipboard

Telegram Exporter is a forensic tool to extract all chats of a given Telegram account.

Results 3 TelegramExporter issues
Sort by recently updated
recently updated
newest added

I have installed all the modules required in requirement.txt, got the api_id and api_hash values and compiled them in config.ini file, run the run.sh and got the following error (Two-Step...

File "C:\tmp\telegram-export-contact-py\telegramexporter.py", line 26, in export_contacts contacts = await client.get_contacts() ^^^^^^^^^^^^^^^^^^^ AttributeError: 'TelegramClient' object has no attribute 'get_contacts'. Did you mean: 'get_stats'? What should I do to make contacts export?

Hi, Tried to run the app with Python 3.12 but got this failure. What should I do to have it resolved?