]> git.immae.eu Git - github/wallabag/wallabag.git/blame - docs/en/user/import.rst
Add controller test for Instapaper
[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`).
e0f4f25f 19You need to configure the ``pocket_consumer_key`` into the ``Import`` section in the ``Internal settings`` menu.
a42938f4
NL
20
21Now, all is fine to migrate from Pocket.
22
23Import your data into wallabag 2.x
24~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
25
8b197f27
NL
26Click on ``Import`` link in the menu, on ``Import contents`` in Pocket section
27and then on ``Connect to Pocket and import data``.
a42938f4 28
8b197f27
NL
29You need to authorize wallabag to interact with your Pocket account.
30Your data will be imported. Data import can be a demanding process for your server
31(we need to work on this import to improve it).
a42938f4 32
10b40f85
NL
33From Readability
34----------------
35
dc9d76b4
NL
36Export your Readability data
37~~~~~~~~~~~~~~~~~~~~~~~~~~~~
38
39On 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).
40
41Import your data into wallabag 2.x
42~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
43
44Click on ``Import`` link in the menu, on ``Import contents`` in Readability section
45and then select your json file and upload it.
46
47Your data will be imported. Data import can be a demanding process for your server (we need to work on this import to improve it).
48
49From Instapaper
50---------------
51
a42938f4
NL
52*Feature not yet implemented in wallabag v2.*
53
10b40f85
NL
54From HTML or JSON file
55----------------------
a42938f4
NL
56
57*Feature not yet implemented in wallabag v2.*