7 python3Packages.buildPythonApplication rec {
8 pname = "whatsapp-chat-exporter";
10 format = "setuptools";
12 src = fetchFromGitHub {
14 repo = "Whatsapp-Chat-Exporter";
16 hash = "sha256-TPXQaWnUy+blTS+Tz84K6cxJu4+dLbT2Dl9SKqlhDHY=";
19 propagatedBuildInputs = with python3Packages; [
27 homepage = "https://github.com/KnugiHK/Whatsapp-Chat-Exporter";
28 description = "WhatsApp database parser";
29 changelog = "https://github.com/KnugiHK/Whatsapp-Chat-Exporter/releases/tag/${version}";
31 A customizable Android and iPhone WhatsApp database parser that will give
32 you the history of your WhatsApp conversations inHTML and JSON. Android
33 Backup Crypt12, Crypt14 and Crypt15 supported.
35 license = licenses.mit;
36 mainProgram = "wtsexporter";
37 maintainers = with maintainers; [ bbenno ];