abrignoni/iLEAPP

Adapt chat application parsers for the LAVA Thread/Communication/Chat view

Open

#1,254 opened on Sep 13, 2025

View on GitHub
 (4 comments) (1 reaction) (0 assignees)Python (273 forks)auto 404
help wanted

Repository metrics

Stars
 (1,123 stars)
PR merge metrics
 (PR metrics pending)

Description

LAVA offers the option of displaying parsed chats in a conversation view (comparable to the actual view on the device).

Not all parsers currently make use of this option.

The following parsers are currently compatible:

  • LinkedIn
  • PotatoChat
  • Kleinanzeigen
  • SMS
  • BeReal
  • Burner
  • BurnerCache
  • Teams
  • facebookMessenger

The following parsers require adjustments for the chat view:

  • Oops
  • ZangiChats
  • bumble
  • DiscordChats
  • DiscordChatsA
  • imoHD_Chat
  • kijijiConversations (This app uses the same structure as Kleinanzeigen)
  • kikMessages
  • Life360
  • Line
  • pingertextfree
  • Slack
  • telegramMessages
  • teleguard
  • tikTok
  • Viber
  • WhatsApp

Artifacts that already use the "artifacts_v2" structure are mostly easy to adapt.

Contributor guide