Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 847 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 847 Bytes

downspout

Gitter Build Status

Where fair use meets fu. Capture cloud based media for offline merriment.

Installing

OSX/Linux:

$ virtualenv -p python3 .env
$ source .env/bin/activate
$ (.env) pip install -r requirements.txt

Running

Add some lines to media.txt in the format:

service,artist

Where service may be soundcloud, bandcamp, youtube or vimeo.

$ (.env) python ds.py

Testing

$ (.env) ./runtests.sh

Disclaimer

Use at your own risk and according to the terms of service for these services.
This is only a proof of concept.