Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/champii/samplecrawler

sample crawler for musicradar free collection 50.000 samples
https://github.com/champii/samplecrawler

Last synced: 4 days ago
JSON representation

sample crawler for musicradar free collection 50.000 samples

Awesome Lists containing this project

README

        

# SampleCrawler
sample crawler for musicradar free collection 50.000 samples

Look for pre-builded [Binaries](https://github.com/Champii/SampleCrawler/tree/master/bin)
Sorry for MaxOSX users, you will have to build it yourself.

## Basic Usage

Put the binary into the folder you want to use to store them and simply click on the icon.
For linux, see below

## Advanced Usage

```bash
./musicradar [PATH='.'] [MAX_PROCESSING=20]
```

## Build

```bash
npm install -g livescript
npm install -g nexe
npm install
```