MCPcopy Index your code
hub / github.com/davidohlin/instapaper-to-omnivore-import

github.com/davidohlin/instapaper-to-omnivore-import @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
3 symbols 11 edges 1 files 0 documented · 0% updated 2y ago★ 733 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

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:

sh $ npm install

  1. 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

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

  2. Add the API key to the .env file: OMNIVORE_API_KEY=1d45ae09-789f-...

  3. Run the script. It might take a few minutes. $ npm run import
  4. Refresh Omnivore and browse your imported content!

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Function 2
Interface 1

Languages

TypeScript100%

Modules by API surface

index.ts3 symbols

For agents

$ claude mcp add instapaper-to-omnivore-import \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page