From 565ed99245e103ba91e55b602700914455877d18 Mon Sep 17 00:00:00 2001 From: Nana Amfo Date: Sun, 13 Sep 2020 00:20:19 -0500 Subject: [PATCH] Added section to import from wallbag --- Usage.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/Usage.md b/Usage.md index da0be2a..1fff1c5 100644 --- a/Usage.md +++ b/Usage.md @@ -124,4 +124,21 @@ This is optional, but once the import is complete you can clean up by running: ```sh rm pocket2shiori.sh 'path_to_your/pocket_export.html' -``` \ No newline at end of file +``` + +## Import from Wallabag + + +1. Export your entries from Wallabag as a json file + +2. Download the shell script [here](https://gist.githubusercontent.com/Aerex/01499c66f6b36a5d997f97ca1b0ab5b1/raw/bf793515540278fc675c7769be74a77ca8a41e62/wallabag2shiori). Similar to the `pocket2shiori.sh` script if you are shiori is in a docker container +you will next to run this script inside the container. + +3. Execute the script. Here are the commands that you can run. + + ```sh + curl -sSOL + https://gist.githubusercontent.com/Aerex/01499c66f6b36a5d997f97ca1b0ab5b1/raw/bf793515540278fc675c7769be74a77ca8a41e62/wallabag2shiori' + chmod +x wallabag2shiori + ./wallbag2shiori 'path/to/to/wallabag_export_json_file' + ```