This project is not done and no functionality is guaranteed to work. This README is currently in an unfinished state.
A simple C program that fetches your top artists and songs and writes them to a github gist.
Make sure you have libcurl installed
- Setup a spotify app (you can set redirect URIs to anything, we will not use it). https://developer.spotify.com/documentation/web-api/concepts/apps
- Create credentials file at
~/.config/spotify-tracker/credentials. (This will be replaced by option to automatically create this file) - Add this to credentials file
{
"clientId": "<client-id>",
"clientSecret": "<client-secret>"
}