Skip to content

nikolai-neustroev/telegram-export-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Telegram export parser

Small Python script converting exported Telegram chat's HTML files into a CSV file. Script parses text messages only. Created CSV file has three columns: name, message creation datetime, message text.

Getting Started

Just put html2csv.py script file into a folder containing exported HTML files and run as usual Python script.

Prerequisites

You will need Python (v. 3.7.6) and bs4 (v. 4.8.2) library installed.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the CC0 1.0 Universal License - see the LICENSE file for details

Acknowledgments

I would like to thank PurpleBooth for a great ReadMe template.

About

Python script for Telegram chat history export parsing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages