]> git.immae.eu Git - github/wallabag/wallabag.git/blame - docs/en/user/import.rst
Added help on config screen
[github/wallabag/wallabag.git] / docs / en / user / import.rst
CommitLineData
fa04bddd
NL
1Migrate from a third service
2============================
10b40f85
NL
3
4From Pocket
5-----------
6
8b197f27
NL
7Create a new application on Pocket
8~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
a42938f4 9
8b197f27
NL
10To import your data from Pocket, we use the Pocket API. You need to create
11a new application on their developer website to continue.
a42938f4
NL
12
13* Create a new application `on the developer website <https://getpocket.com/developer/apps/new>`_
8b197f27
NL
14* Fill in the required fields: application name, application description,
15 permissions (only **retrieve**), platform (**web**), accept the terms of service
16 and submit your new application
a42938f4 17
8b197f27 18Pocket will give you a **Consumer Key** (for example, `49961-985e4b92fe21fe4c78d682c1`).
540a9bc4 19You need to configure the ``pocket_consumer_key`` in the ``Config`` menu.
a42938f4
NL
20
21Now, all is fine to migrate from Pocket.
22
23Import your data into wallabag 2.x
24~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
25
a7dda1f2 26Click on ``Import`` link in the menu, on ``Import contents`` in Pocket section
8b197f27 27and then on ``Connect to Pocket and import data``.
a42938f4 28
8b197f27 29You need to authorize wallabag to interact with your Pocket account.
a7dda1f2 30Your data will be imported. Data import can be a demanding process for your server.
a42938f4 31
10b40f85
NL
32From Readability
33----------------
34
dc9d76b4
NL
35Export your Readability data
36~~~~~~~~~~~~~~~~~~~~~~~~~~~~
37
c15f0838 38On the tools (`https://www.readability.com/tools/ <https://www.readability.com/tools/>`_) page, click on "Export your data" in the "Data Export" section. You will received an email to download a json (which does not end with .json in fact).
dc9d76b4
NL
39
40Import your data into wallabag 2.x
41~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
42
a7dda1f2 43Click on ``Import`` link in the menu, on ``Import contents`` in Readability section
dc9d76b4
NL
44and then select your json file and upload it.
45
a7dda1f2 46Your data will be imported. Data import can be a demanding process for your server.
dc9d76b4
NL
47
48From Instapaper
49---------------
50
a7dda1f2
JB
51Export your Instapaper data
52~~~~~~~~~~~~~~~~~~~~~~~~~~~~
53
c15f0838 54On the settings (`https://www.instapaper.com/user <https://www.instapaper.com/user>`_) page, click on "Download .CSV file" in the "Export" section. A CSV file will be downloaded (like ``instapaper-export.csv``).
a7dda1f2
JB
55
56Import your data into wallabag 2.x
57~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
58
59Click on ``Import`` link in the menu, on ``Import contents`` in Instapaper section
60and then select your CSV file and upload it.
61
62Your data will be imported. Data import can be a demanding process for your server.
a42938f4 63
10b40f85
NL
64From HTML or JSON file
65----------------------
a42938f4
NL
66
67*Feature not yet implemented in wallabag v2.*