Created
October 10, 2013 08:03
-
-
Save Coornail/6914724 to your computer and use it in GitHub Desktop.
Export rescuetime current day data.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
KEY=xxx | |
DATE=`date +%Y-%m-%d` | |
curl "https://www.rescuetime.com/anapi/data?key=$KEY&format=csv&rb=$DATE&re=$DATE" > $DATE.csv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment