https://github.com/simlmx/echonest-track-analyser
simple script that uploads tracks to echonest's API and then parses and aggregate the output
https://github.com/simlmx/echonest-track-analyser
Last synced: 9 months ago
JSON representation
simple script that uploads tracks to echonest's API and then parses and aggregate the output
- Host: GitHub
- URL: https://github.com/simlmx/echonest-track-analyser
- Owner: simlmx
- Created: 2015-08-21T19:08:42.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-28T19:41:44.000Z (over 10 years ago)
- Last Synced: 2025-07-09T09:50:44.294Z (11 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# echonest-track-analyser
Simple script that uploads tracks to echonest's API and then parses and aggregate the output.
prerequisites
-------------
You need `git` and `python3`.
download
--------
git clone https://github.com/simlmx/echonest-track-analyser.git
cd echonest-track-analyser
install
-------
pip3 install -r requirements.txt
usage
------
./analyse_tracks -k your_key -o json_folder input_files
./parse_json -o output.csv json_folder/*.json