Skip to content

dschmidt/spotifyWebApi

 
 

Repository files navigation

spotifyWebApi

Modified and further developed code based on Spotifys spshell example. I would love to get any thoughts on makeing this more threaded, but consider that libspotify only supports one session per process...

Supported API methods

GET /help
GET /search/{query}
GET /browse/{spotifyid}
GET /albums/{artistid}
GET /toplist/{charts} || {artists|albums|tracks / global | region/countryCode | user/userName}

How to build

  1. Make sure you have the required libraries
  1. Optional deps
  • lmysql
  1. Update spshell.h with your credentials. A Spotify premium account is necessary.

  2. Copy appkey.c into the directory and run make.

  3. run ./spshell -p PORT or just ./spshell to run on default port, 5112

About

An api that gives json responses for a valid request

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%