rad-hombre / rescuetime-again

More charts using RescueTime's API - http://ilbonte.github.io/rescuetime-again/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why

RescueTime is a fantastic tool for time management. I mainly use it to understand my daily habits so I can become more productive. Unfortunately, the free version doesn't have as much in-depth analysis as I would like. So I built my own charts using their API to access RescueTime's data!

If you have any suggestions for new features, please send me an email. For the best results, be sure to categorize each activity on RescueTime!

If you would like to use the old version, go here!

Usage

  1. Navigate to the project page.
  2. Select your data source by either:
    • Pulling data directly from RescueTime using their API key.
    • Uploading your JSON Files containing your RescueTime data (see below for more information)
  3. ????
  4. PROFIT! 💰

Notes

RescueTime's free plan allows you to see only the last three months of data. So if you don't own a premium account, be sure to select a range within 3 months of the current date.

If you have a free plan and you would like to analyse a period longer than 3 months, there is a "workaround":

  • From the project page, you can tick the box to download the JSON file containing data for the selected range. I usually download my data once a month (e.g. in May, I download the data for April) and store the files in Dropbox. (watch video 0:13)
  • Once you have downloaded enough files for your desired range, you can then merge them into a single file to analyse it through the main page. (watch video 0:25)
  • To merge the JSON files, go to the merge page and select the file you would like to merge. Note that the files must all be of the same type (efficiency or activity). ⚠️ You cannot merge efficiency and activities! (watch video 0:29)

Contributing

Pull requests for bug fixes are welcome. If you want to add a new feature, just open an issue beforehand so we can discuss the feature together.

Change Log 📋

Example

Example displaying 16 months of RescueTime data. alt tag

About

More charts using RescueTime's API - http://ilbonte.github.io/rescuetime-again/


Languages

Language:JavaScript 56.7%Language:HTML 39.1%Language:CSS 4.1%