alexanderbittner / spotify-tracks

Get your current spotify track data!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Test App for the Spotify API

What this App does

This app authenticates with the Spotify Wep API and prints current device, artist and track to the console. A song progress indicator is also being shown.

How to operate this App

  • create a folder called 'auth'
  • create files similar to this picture:
  • register a spotify app and enter the client-id and client-secret into the appropriate files
  • start the auth-backend and navigate to the URL it presents
  • log in to spotify when prompted
  • you're done!

Plans for the future

  • add installation instructions
  • add installation script

About

Get your current spotify track data!

License:MIT License


Languages

Language:Python 98.3%Language:HTML 1.7%