Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

TelegramTools/TLImporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TLImporter - Telegram Chat Importer

This app will import your conversations from WhatsApp or other services (using a txt file obtained from the chat provider) into Telegram. With TLImporter you can import your messages into your "Saved Messages" section or do it in a 1:1 format. That means that you will need to log in your partner's Telegram's account inside TLImporter and it will automatically send the corresponding messages to each other, keeping the original structure.

Briefly, Telegram Chat Importer can turn your exported plaintext conversations into a 1:1 format like this:

Into this:

How to use?

Easy! Start over here and follow the steps in the guide. You will be a master using the app in seconds!

Documentation

You can check the full documentation, examples, building instructions, FAQs and a detailed guide in the wiki

Download

You can always grab the latest version heading over the releases tab. I built binaries for Windows (64 bits), Linux amd64 and Linux armhf

  • On Windows: Simply double click on the .exe file
  • On Linux: Download the binary, cd to the folder where the download is located and do chmod +x TLImporter-xxx && ./TLImporter-xxx

If you're running other systems (like MacOS), you will need to build the files from source.

Build from sources

Make sure that you replace the api_id and api_hash variables in the TLImporter.py file. Read instructions here for getting your own from Telegram.

You can't use Secret Mode if one of the sides is still using the binaries: I'm the only holder of the encryption key, so it's more difficult for malicious people to compromise them. If you want to use the Secret Mode, you must build both TLImporter and TLSecret from sources using the same password for it to work. You can specify the password used for encryption/decryption in the password variable.

Credits

This couldn't be possible without Telethon, and his great creator, Lonami, who always was up to answering questions and helping in development. I'm so grateful for his patience :).

Thanks to the PyInstaller team for their great tool, which I used to build the binaries.

Also, huge acknowledgements to Telegram for making such a great messenger!

Give always credits to all the original authors and owners when using some parts of their hard work in your own projects