Skip to content

adrrian17/instapaper-to-omnivore-import

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

9 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

instapaper-to-omnivore-import

A little script that I made to import my huge collection of links from Instapaper to Omnivore. Hopefully someone else finds it useful!

Requirements

  • Node.js >= version 16.
  • A exported .CSV from Instapaper
  • Auth token from Omnivore (discount version auth, sorry)

Usage

  1. Clone the repository and install dependencies:

    $ npm install
  2. Go to https://instapaper.com/user. Scroll down to Export and click Download .CSV file. Save the CSV-file in the root directory of this repository.

    โš ๏ธ The filename must be instapaper-export.csv

  3. Create an API key in Omnivore and copy the value.

  4. Add the API key to the .env file:

    OMNIVORE_API_KEY=1d45ae09-789f-...
    
  5. Run the script. It might take a few minutes.

    $ npm run import
    
  6. Refresh Omnivore and browse your imported content!

About

๐Ÿ“– Import Instapaper content to Omnivore

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%