Spotify API

This is a script that uses spotify API to search for an artist, displaying there top tracks and albums released in spotify.

Ask Me Anything ! Open Source? Yes!
forthebadge made-with-python

Prerequisites

You need to have python3 along with your spotify user token

Installation Steps

  1. Clone the repo, such that you have the script in your device
git clone https://github.com/adiaux/SpotifyTopTrack.git
  1. Save your token in a file secret.py in the variable spotify_token

  2. Script is ready to run.

python3 app.py -h

API Reference

The documentation to understand and use Spotify api is

Spotify API

Credits 💥

Inspired by a reddit thread 😄