Fork me on Gitlab

Convert Telegram Export To CSV

I found there to be no existing method of exporting Telegram data to CSV so I created this tool.

Step 1 Export Your Data

Step 2 Process the JSON file

This website will help you process the telegram export and convert it to a CSV.
By default the CSV will contain:
Chat Name,Creator,Number Of Messages,Last Sent Message,Members.

Please note these are not sometimes missing data since Telegram only exports some data.

You can optionally add two columns for meta data analysis. The first one will return true in the extra column if the chat name contains the given string. The second one will return true in the extra column if the chat messages contain the given string.