Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krewast/pocket-export-chrome-import-converter
Export bookmarks from Pocket and import them into Chrome
https://github.com/krewast/pocket-export-chrome-import-converter
Last synced: 4 months ago
JSON representation
Export bookmarks from Pocket and import them into Chrome
- Host: GitHub
- URL: https://github.com/krewast/pocket-export-chrome-import-converter
- Owner: krewast
- License: mit
- Created: 2016-07-31T20:53:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-21T18:24:42.000Z (over 8 years ago)
- Last Synced: 2024-02-12T09:56:51.799Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 1.95 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Pocket export, Chrome Import converter
I wanted to export all my saved Pocket links and import them as normal bookmarks in Chrome. That's easier said than done because the exported file from Pocket can't be just imported into Chrome.
Therefore, I had to write this little converter script. It reads the exported file from Pocket and creates another file which can be imported into Chrome.
I don't think that I will use this very often and the script may break in the future. If that's the case I would be happy to be notified.
## Installation
There is one dependency, Nokogiri. To install it you can either use bundler:
$ bundle
Or install it yourself as:
$ gem install nokogiri
## Usage
Pretty simple! To download the export file from Pocket visit [this site](https://getpocket.com/export) and click "Export HTML file"
Put the exported file from Pocket (its name has to be 'ril_export.html'!) in the same directory as the converter script. Then call:
$ ruby pocket-export-chrome-import-converter.rb
The script creates another file called 'pocket_to_chrome_bookmarks.html'. To finally import that, go to:
Chrome -> Bookmarks -> Bookmarks Manager -> Organize (Drop down menu) -> Import Bookmarks from HTML file...
## License
This project is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).