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
- Host: GitHub
- URL: https://github.com/pathikrit/procrastistats
- Owner: pathikrit
- Created: 2013-05-22T18:51:02.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-28T21:33:20.000Z (about 13 years ago)
- Last Synced: 2025-01-29T07:20:30.874Z (over 1 year ago)
- Topics: coffeescript, pocket
- Language: CoffeeScript
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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