Skip to content

This module creates a graph based on chat data exported from Telegram. The graph shows amount of messages per day in one chat.

Notifications You must be signed in to change notification settings

ellkrauze/tg_chat_graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Messages Intensivety

This module creates a graph based on chat data exported from Telegram. The graph shows amount of messages per day in one chat.

TAGS: Python, JSON, MatPlotLib, Pandas

Input Data

{
 "about": "",
 "chats": {
  "about": "",
  "list": [
   {
    "name": "Person",
    "type": "personal_chat",
    "id": 123456789,
    "messages": [
     {
      "id": 1234,
      "type": "message",
      "date": "2017-08-27T20:15:06",
      "edited": "1970-01-01T05:00:00",
      "from": "Me",
      "from_id": 5647,
      "text": "Test"
     },

Output Data

A screenshot from excel

About

This module creates a graph based on chat data exported from Telegram. The graph shows amount of messages per day in one chat.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages