Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thibautre/scpwnr
Soundcloud Pwnr*
https://github.com/thibautre/scpwnr
downloader javascript soundcloud
Last synced: 8 days ago
JSON representation
Soundcloud Pwnr*
- Host: GitHub
- URL: https://github.com/thibautre/scpwnr
- Owner: thibautRe
- License: mit
- Created: 2014-12-09T16:26:57.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-16T10:19:58.000Z (over 9 years ago)
- Last Synced: 2024-05-30T16:45:49.021Z (6 months ago)
- Topics: downloader, javascript, soundcloud
- Language: JavaScript
- Homepage:
- Size: 559 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SCPWNR*
Soundcloud Downloader. Helper to download songs from [Soundcloud](http://soundcloud.com)
![Screencap](https://raw.github.com/thibautRe/scpwnr/master/screencapture.png)
## Disclaimer
This code is provided as as a Proof-of-concept, and for demonstration only. Keep in mind that illegal download is bad for artist creation, and remember to always support the artists you love.
## Features
- Downloads and saves songs from Soundcloud on your local computer
- Downloads the cover of the tracks and integrates it in the mp3
- Can download and entire set or artist tracklist
- Intelligent parsing of artist and title
- User-friendly web interfaceThe downloaded music is saved in ./music folder. Make sure SCPWNR has
the correct access rights to write here.## Installation
Install casperjs, phantomjs and ffmpeg
```bash
sudo npm install -g phantomjs
sudo npm install -g casperjs
sudo apt-get install ffmpeg
```Install the npm dependencies and launch the serveur
```bash
npm install
node server.js
```Then you can visit http://localhost:3000 to have access to the
web front-end interface