Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rtward/pocket-import
- Owner: rtward
- License: apache-2.0
- Created: 2017-04-11T18:57:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-11T19:09:44.000Z (almost 8 years ago)
- Last Synced: 2024-05-10T04:34:02.324Z (10 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
~~~~