mirror of
https://github.com/go-shiori/shiori.git
synced 2024-12-26 17:51:10 +08:00
Added section to import from wallbag
parent
14686543a9
commit
565ed99245
1 changed files with 18 additions and 1 deletions
19
Usage.md
19
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'
|
||||
```
|
||||
```
|
||||
|
||||
## 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'
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue