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

Replies in iOS #28

Open kintaro1981 opened 1 year ago

kintaro1981 commented 1 year ago

Hello,

first of all thank you for your work! Now the request, iphone's "replies" are going to be supported in the near future or I don't have to old my breath?

KnugiHK commented 1 year ago

After #9 is completed and released, I will look into implementing iPhone's reply. I will leave this open to serve as a reminder for me.

kintaro1981 commented 1 year ago

any news about this?

KnugiHK commented 1 year ago

I implemented a basic version of replying in iOS in 80c3ed1. Feel free to try it in the dev branch.

kintaro1981 commented 1 year ago

can I install the dev version with pip?

KnugiHK commented 1 year ago

can I install the dev version with pip?

Yes. pip install git+https://github.com/KnugiHK/Whatsapp-Chat-Exporter.git@dev

kintaro1981 commented 1 year ago

I implemented a basic version of replying in iOS in 80c3ed1. Feel free to try it in the dev branch.

I tried and it is working. Thank you.

KnugiHK commented 1 year ago

It is not yet fully functional, as compared to Android's replies. Therefore, depending on the progress and needs, it may or may not include in the next release.

KnugiHK commented 1 year ago

It is included in the 0.9.5 release. However, I will keep this issue open as quotation is not yet implemented for iOS.

juliuspfadt commented 9 months ago

Am I correct, that for now, you only see "reply to this message" instead of the the actual message that was replied to?

KnugiHK commented 9 months ago

Am I correct, that for now, you only see "reply to this message" instead of the the actual message that was replied to?

Yes for iOS. But in Android, you will see an excerpt of the actual quoted message.