Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rtward/pocket-import

A small script to upload a list of URLs into pocket
https://github.com/rtward/pocket-import

Last synced: 4 months ago
JSON representation

A small script to upload a list of URLs into pocket

Awesome Lists containing this project

README

        

# pocket-import
A small script to upload a list of URLs into pocket

# Usage
Get a Pocket API consumer key from here: https://getpocket.com/developer/apps/

Fomat your list of articles into a CSV with a title column and url column. See import-example.csv for an example file.

~~~~
npm install
node import.js --filename --consumer_key --delay
~~~~