mnemocron / TelegramChatStats

Generate some statistics and plots from your exported Telegram chat data (using Bokeh plots with python 3)
MIT License
56 stars 12 forks source link

Please document the type of input that this script expects #3

Closed yacoob closed 4 years ago

yacoob commented 4 years ago

Specifically, it consumes the file which is the result of wholesale export of data from Telegram Desktop. I've fed it an export of a single chat, and it choke repeatedly, expecting different file structure.

Of course it'd be even better if you can have the script automatically detect which export it's dealing with - the single chat export is much faster to generate.

Thanks!

mnemocron commented 4 years ago

This feature of the Telegram client is new. Until now the export format of a single chat was limited to HTML only. Thanks for bringing it up, I will add this soon.

mnemocron commented 4 years ago

ok, fixed in latest commit add support for single chat export