/Telegram-Message-Counter

Quick and dirty program written to calculate the number of messages between users. It accepts JSON exported from Telegram Desktop app.

Primary LanguageElixirMIT LicenseMIT

ChatAnalyzer

Analyzes chat data from exported JSON from Telegram Desktop app. It doesn't have any kind of optimization and it was just a quick fun experiment.

Installation

If available in Hex, the package can be installed by adding chat_analyzer to your list of dependencies in mix.exs:

def deps do
  [
    {:chat_analyzer, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/chat_analyzer.