Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.5 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.5 KB

music2storage

Build Status Codacy Badge PyPi Badge PyPi Badge PyPi Badge Codacy Badge

Downloads music from a music service and stores it in a cloud or local storage.

Currently the only music services are Youtube and Soundcloud, and the only storages are Google Drive and Local Storage. Dropbox is planned to be added soon.

Install

$ pip install music2storage

Usage

from music2storage import Music2Storage

m2s = Music2Storage()
m2s.use_music_service('youtube')
m2s.use_storage_service('google drive')
m2s.start_workers()

m2s.add_to_queue('https://www.youtube.com/watch?v=DhHGDOgjie4')