flerokoo / tg-chat-history-parser

Parses exported from telegram history

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Telegram Chat History Parser

Warning

It is now possible to export JSON history files. This utility is no longer relevant.

Does what the name says.

Usage

In desktop Telegram select Export chat history option. Then do:

node . --historyDir /path/to/history --outFile parsed.json

Optionally provide --cleanupNames argument to get rid of dates and other unwanted stuff in users' nicknames.

Example of what you can do with parsed data

Messages distribution over time

User top by overall message percentage

About

Parses exported from telegram history


Languages

Language:JavaScript 100.0%