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

https://github.com/pathikrit/procrastistats

Tool to visualize your online reading data
https://github.com/pathikrit/procrastistats

coffeescript pocket

Last synced: over 1 year ago
JSON representation

Tool to visualize your online reading data

Awesome Lists containing this project

README

          

[Pocket](http://getpocket.com) (formerly Read It Later):
-----

Initial one time setup:

0. You need [nodejs](http://nodejs.org/), [coffee-script](http://coffeescript.org/#installation) and [curl](http://curl.haxx.se/) on your system
0. Create a [new Pocket app](http://getpocket.com/developer/apps/new)
0. Note down the [CONSUMER_KEY](http://getpocket.com/developer/apps/) of your new app
0. Update the `app.coffee` file by using your `CONSUMER_KEY` on line 1
0. `npm install` to install all dependencies
0. Run app by doing `coffee app.coffee`
0. First time only - it will open a new window in your browser asking you to authenticate the app (tested on OSX)

Subsequently:

0. Simply run app by doing `coffee app.coffee`
0. All your data will be downloaded to `pocket.csv` file

---

TODO:

0. Get rid of `oauth.sh`
0. Hook up to [dc.js](http://nickqizhu.github.io/dc.js/)
0. Hook up to [Instapaper](http://instapaper.org)
0. Web based