Skip to content

Commit

Permalink
last_fm downloader and initial data analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
markwk committed May 23, 2018
1 parent 5c7a53a commit f7b8c68
Show file tree
Hide file tree
Showing 5 changed files with 4,046 additions and 0 deletions.
4 changes: 4 additions & 0 deletions last_fm/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## Last.fm Integration README

* For Setup and Installation Steps, See: [Last.fm Downloader](https://github.com/markwk/qs_ledger/blob/master/fitbit/lastfm_downloader.ipynb)
* For Sample Data Analysis, See: [Last.fm Data Analysis](https://github.com/markwk/qs_ledger/blob/master/fitbit/lastfm_data_analysis.ipynb)
6 changes: 6 additions & 0 deletions last_fm/credentials-sample.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"last_fm" : {
"KEY" : "",
"USERNAME" : ""
}
}
4 changes: 4 additions & 0 deletions last_fm/data/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore
3,345 changes: 3,345 additions & 0 deletions last_fm/lastfm_data_analysis.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit f7b8c68

Please sign in to comment.