This app demonstrates using Omnivore's uploadImportFile
GQL API endpoint to initiate a bulk import of data into Omnivore.
- Install dependencies:
npm install
- Create a csv file of URLs (one url per row), name the file
import.csv
. - Create an API key at https://omnivore.app/settings/api.
- Run the app using
OMNIVORE_API_TOKEN=<your token> npm run import
This app is based on https://github.com/davidohlin/instapaper-to-omnivore-import