Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/champii/samplecrawler
- Owner: Champii
- License: apache-2.0
- Created: 2016-02-02T20:05:20.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-05T22:13:34.000Z (almost 9 years ago)
- Last Synced: 2024-04-14T20:09:31.031Z (8 months ago)
- Language: LiveScript
- Size: 24.1 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SampleCrawler
sample crawler for musicradar free collection 50.000 samplesLook 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
```