/music2storage

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

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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')