Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 848 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 848 Bytes

Telegram Analyzer

This program will enable you to analyze the messages that you sent to a specific user.
The resulting analyze contains chart of hours of your conversations, number of your conversations and how many times who initiated it and average response time in seconds of both users.
Based on : https://gitlab.com/mthcom/telegram-time-analyzer
WhatsApp Analyzer : https://github.com/PSS1998/whatsapp-chat-analyzer

Setup

Step one:

pip install -r requirements.txt

Step two:

Create a file named api.config in which there are two lines. First line contains your api_id and second line contains your api_hash. To obtain these values visit https://my.telegram.org.

Usage

Run extract_time_data.py and it will ask you the username for which you want to analyze.