Installation

Step 1 : Spotipy

Spotipy is a lightweight Python library for the Spotify Web API. With Spotipy you get full access to all of the music data provided by the Spotify platform.

HSpotipy is build on top of Spotipy. More information and SDK please check here

Note

We highly suggest python3

pip install spotipy

Step 2 : Account

Before you start, you have to set up your account, register your application and prepare your environment. Please go to the next section Authorization and follow Web API Tutorial .

After that, you can create a local website to test your project.

Step 3 : Node JS