Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicolewhite/neo4j-lastfm
https://github.com/nicolewhite/neo4j-lastfm
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nicolewhite/neo4j-lastfm
- Owner: nicolewhite
- License: mit
- Created: 2014-09-11T18:54:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-27T17:07:41.000Z (about 10 years ago)
- Last Synced: 2024-10-23T08:55:31.276Z (2 months ago)
- Language: R
- Size: 773 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
last_fm_graph
=============To create your own Neo4j graph database of any users' scrobble histories:
* [Install Neo4j and RNeo4j](http://nicolewhite.github.io/RNeo4j/).
* [Get a Last.fm API key](http://www.last.fm/api/account/create).
* Run `get_data.R`, replacing the usernames in `get_scrobbles()` with the usernames you want.
* Run `upload_data.R`.
* If you want genre information added to the graph, run `update_db.R`.