]> git.immae.eu Git - github/wallabag/wallabag.git/blame_incremental - docs/en/user/import.rst
Add Readability to Quickstart page
[github/wallabag/wallabag.git] / docs / en / user / import.rst
... / ...
CommitLineData
1Migrate from a third service
2============================
3
4From Pocket
5-----------
6
7Create a new application on Pocket
8~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9
10To import your data from Pocket, we use the Pocket API. You need to create
11a new application on their developer website to continue.
12
13* Create a new application `on the developer website <https://getpocket.com/developer/apps/new>`_
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
17
18Pocket will give you a **Consumer Key** (for example, `49961-985e4b92fe21fe4c78d682c1`).
19You need to configure the ``pocket_consumer_key`` into the ``Import`` section in the ``Internal settings`` menu.
20
21Now, all is fine to migrate from Pocket.
22
23Import your data into wallabag 2.x
24~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
25
26Click on ``Import`` link in the menu, on ``Import contents`` in Pocket section
27and then on ``Connect to Pocket and import data``.
28
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).
32
33From Instapaper
34---------------
35
36*Feature not yet implemented in wallabag v2.*
37
38From Readability
39----------------
40
41*Feature not yet implemented in wallabag v2.*
42
43From HTML or JSON file
44----------------------
45
46*Feature not yet implemented in wallabag v2.*