Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mafintosh/soundcloud-to-dat
Download all music from a Soundcloud url and put it into a Dat
https://github.com/mafintosh/soundcloud-to-dat
Last synced: 23 days ago
JSON representation
Download all music from a Soundcloud url and put it into a Dat
- Host: GitHub
- URL: https://github.com/mafintosh/soundcloud-to-dat
- Owner: mafintosh
- License: mit
- Created: 2017-07-13T22:59:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-14T19:05:21.000Z (over 7 years ago)
- Last Synced: 2024-12-25T03:23:02.052Z (25 days ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 96
- Watchers: 9
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - mafintosh/soundcloud-to-dat - Download all music from a Soundcloud url and put it into a Dat (others)
README
# soundcloud-to-dat
Download all music from a Soundcloud url and put it into a [Dat](https://datproject.org/).
```
npm install -g soundcloud-to-dat
```Requires [youtube-dl](https://rg3.github.io/youtube-dl/) to be installed. On macOS you can do it using homebrew.
```
brew install youtube-dl
```## Usage
``` sh
# will store content in dest (defaults to .) and share it on the dat network
soundcloud-to-dat [url] [dest?]
```Running the above will print the Dat url the music is stored under.
You can open this url in [Beaker Browser](https://beakerbrowser.com) or clone it using Dat to listen to the music.
## License
MIT