KnugiHK / WhatsApp-Chat-Exporter

A customizable Android and iOS/iPadOS WhatsApp database parser that will give you the history of your WhatsApp conversations in HTML and JSON. Android Backup Crypt12, Crypt14, Crypt15, and new schema supported.
https://wts.knugi.dev/
MIT License
521 stars 76 forks source link

Bash command not found on linux #35

Closed derkrasseleo closed 1 year ago

derkrasseleo commented 1 year ago

I am on Arch linux with Python 3.10.9

After successfully installing with pip install whatsapp-chat-exporter I tried running wtsexport and python -m wtsexport, but I can't find anything..

derkrasseleo commented 1 year ago

Seems to be python related, I fixed it with this: https://stackoverflow.com/a/59436732

TLDR: add /.local/bin to PATH