kokarare1212 da55d907ee Update Shannon
2021-03-06 18:17:27 +09:00
2021-02-25 18:44:16 +09:00
2021-03-04 09:30:54 +09:00
2021-03-06 18:16:43 +09:00
2021-02-24 08:46:59 +09:00
2021-02-25 18:22:28 +09:00
2021-02-24 08:46:59 +09:00
2021-03-06 18:17:27 +09:00
2021-02-24 08:46:59 +09:00
2021-02-25 08:07:17 +09:00

License Stars Forks

Librespot-Python

Open Source Spotify Client

About The Project

This project was developed to make the music streaming service Spotify available on any device.

Note

It is still in the idea stage, so there is a possibility of unintended behavior or major specification changes.
We DO NOT encourage piracy and DO NOT support any form of downloader/recorder designed with the help of this repository and in general anything that goes against the Spotify ToS.

Getting Started

Prerequisites

Installation

Stable Version

pip install librespot

Snapshot Version

pip install git+https://github.com/kokarare1212/librespot-python

Usage

Get Spotify's OAuth token

from librespot.core import Session


session = Session.Builder() \
    .user_pass("<Username>", "<Password>") \
    .create()

aceess_token = session.tokens().get("playlist-read")

Please read this document for detailed specifications.

Roadmap

Coming soon

License

Distributed under the Apache-2.0 License. See LICENSE.txt for more information.

Special thanks

Coming soon

Description
A fork of librespot-python by kokare1212 adapted for SpotiClub's API.
Readme 1.6 MiB
Languages
Python 99.9%