From e1221d9f592fb6dd8f3178f693e4a5ecce2bc3d5 Mon Sep 17 00:00:00 2001 From: Knugi <24708955+KnugiHK@users.noreply.github.com> Date: Mon, 31 May 2021 03:04:07 +0000 Subject: [PATCH 1/3] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index cfee365..27346ee 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Whatsapp-Chat-Exporter +[![Latest in Pypi](https://img.shields.io/pypi/v/whatsapp-chat-exporter?label=Latest%20in%20Pypi)](https://pypi.org/project/whatsapp-chat-exporter/) +![License MIT](https://img.shields.io/pypi/l/whatsapp-chat-exporter) + An Android and iPhone Whatsapp database parser that will give you the history of your Whatsapp conversations in HTML and JSON. **If you plan to uninstall WhatsApp or delete your WhatsApp account, please make a backup of your WhatsApp database. You may want to use this exporter again on the same database in the future as the exporter develops** From 7255f0fe2b2a4f29fd207fa48af6351200d3a134 Mon Sep 17 00:00:00 2001 From: Knugi <24708955+KnugiHK@users.noreply.github.com> Date: Mon, 31 May 2021 08:04:21 +0000 Subject: [PATCH 2/3] Set theme jekyll-theme-cayman --- _config.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 _config.yml diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..c419263 --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-cayman \ No newline at end of file From 07ebb692e50f025ab287305d2d47e9b51c232635 Mon Sep 17 00:00:00 2001 From: Knugi <24708955+KnugiHK@users.noreply.github.com> Date: Mon, 31 May 2021 08:05:44 +0000 Subject: [PATCH 3/3] Create CNAME --- CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..3f9b57c --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +wts.knugi.com \ No newline at end of file