{"library":"spotify-ripper-morgaroth","title":"spotify-ripper-morgaroth","type":"library","description":"A fork of spotify-ripper that rips Spotify URIs to audio files. It uses libspotify to stream audio and encodes it to MP3, FLAC, etc. Current version 2.9.6. Release cadence is irregular; last release in 2020.","language":"python","status":"maintenance","last_verified":"Sat May 09","install":{"commands":["pip install spotify-ripper-morgaroth"],"cli":{"name":"spotify-ripper","version":""}},"imports":["from spotify_ripper import Ripper"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":null,"github":"https://github.com/morgaroth/spotify-ripper-morgaroth","docs":null,"changelog":null,"pypi":"https://pypi.org/project/spotify-ripper-morgaroth/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"from spotify_ripper import Ripper\n\nusername = os.environ.get('SPOTIFY_USERNAME', '')\npassword = os.environ.get('SPOTIFY_PASSWORD', '')\nripper = Ripper(username=username, password=password)\nripper.rip('spotify:track:4cOdK2wGLETKBW3PvgPWqT', output_dir='/tmp')","lang":"python","description":"Instantiate Ripper with Spotify credentials and rip a track.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}