2016-05-03 18:51:23 +00:00
Migrate from a third service
============================
2015-10-23 08:14:22 +00:00
From Pocket
-----------
2016-02-20 08:45:05 +00:00
Create a new application on Pocket
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2016-01-08 14:02:51 +00:00
2016-02-20 08:45:05 +00:00
To import your data from Pocket, we use the Pocket API. You need to create
a new application on their developer website to continue.
2016-01-08 14:02:51 +00:00
* Create a new application `on the developer website <https://getpocket.com/developer/apps/new> `_
2016-02-20 08:45:05 +00:00
* Fill in the required fields: application name, application description,
permissions (only **retrieve** ), platform (**web** ), accept the terms of service
and submit your new application
2016-01-08 14:02:51 +00:00
2016-02-20 08:45:05 +00:00
Pocket will give you a **Consumer Key** (for example, `49961-985e4b92fe21fe4c78d682c1` ).
2016-05-05 11:55:39 +00:00
You need to configure the `` pocket_consumer_key `` into the `` Import `` section in the `` Internal settings `` menu.
2016-01-08 14:02:51 +00:00
Now, all is fine to migrate from Pocket.
Import your data into wallabag 2.x
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2016-09-27 15:06:32 +00:00
Click on `` Import `` link in the menu, on `` Import contents `` in Pocket section
2016-02-20 08:45:05 +00:00
and then on `` Connect to Pocket and import data `` .
2016-01-08 14:02:51 +00:00
2016-02-20 08:45:05 +00:00
You need to authorize wallabag to interact with your Pocket account.
2016-09-27 15:06:32 +00:00
Your data will be imported. Data import can be a demanding process for your server.
2016-01-08 14:02:51 +00:00
2015-10-23 08:14:22 +00:00
From Readability
----------------
2016-09-01 11:36:26 +00:00
Export your Readability data
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2016-10-10 13:38:42 +00:00
On 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).
2016-09-01 11:36:26 +00:00
Import your data into wallabag 2.x
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2016-09-27 15:06:32 +00:00
Click on `` Import `` link in the menu, on `` Import contents `` in Readability section
2016-09-01 11:36:26 +00:00
and then select your json file and upload it.
2016-09-27 15:06:32 +00:00
Your data will be imported. Data import can be a demanding process for your server.
2016-09-01 11:36:26 +00:00
2016-11-06 20:23:38 +00:00
From Pinboard
-------------
Export your Pinboard data
~~~~~~~~~~~~~~~~~~~~~~~~~
On the backup (`https://pinboard.in/settings/backup <https://pinboard.in/settings/backup> `_ ) page, click on "JSON" in the "Bookmarks" section. A JSON file will be downloaded (like `` pinboard_export `` ).
Import your data into wallabag 2.x
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Click on `` Import `` link in the menu, on `` Import contents `` in Pinboard section
and then select your json file and upload it.
Your data will be imported. Data import can be a demanding process for your server.
2016-09-01 11:36:26 +00:00
From Instapaper
---------------
2016-09-27 15:06:32 +00:00
Export your Instapaper data
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2016-10-10 13:38:42 +00:00
On 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 `` ).
2016-09-27 15:06:32 +00:00
Import your data into wallabag 2.x
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Click on `` Import `` link in the menu, on `` Import contents `` in Instapaper section
and then select your CSV file and upload it.
Your data will be imported. Data import can be a demanding process for your server.
2016-01-08 14:02:51 +00:00
2015-10-23 08:14:22 +00:00
From HTML or JSON file
----------------------
2016-01-08 14:02:51 +00:00
*Feature not yet implemented in wallabag v2.*