acs / spoting

Playing with Spotify API
GNU General Public License v3.0
4 stars 1 forks source link
music spotify-api spotify-playlist

Spoting

This is an experimental project for playing with the Spotify API.

Don't expect to find really useful things here yet, but you can try ;)

Explorer

Use Case

The initial script I used to understand the Spotify API and howto use it.

PYTHONPATH=. explorer/explorer.py

Recommender

Use Case

An script to generate playlists in Spotify from recommended artists for the user.

PYTHONPATH=. recommender/recommender.py

Lyrics Viewer

Use Case

An script to show the lyrics from Spotify playlists.

PYTHONPATH=. xpolyrics/xpolyrics.py

Spoting library

Library with shared methods between the above scripts.

Authentication

You need to have a registered application in Spotify and to add its data to the file app-credentials.json. Use app-credentials-sample.json as a template for it.

You need also a Spotify registered user. The first time you start a script it will use your app config and it will open a web browser so you can login in Spotify.

References