Skip to content

ViggoValfridsson/spotify_tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Work in progress

This project is not done and no functionality is guaranteed to work. This README is currently in an unfinished state.

Spotify Tracker

A simple C program that fetches your top artists and songs and writes them to a github gist.

Dependencies

Make sure you have libcurl installed

Running the program

  1. 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
  2. Create credentials file at ~/.config/spotify-tracker/credentials. (This will be replaced by option to automatically create this file)
  3. Add this to credentials file
{
    "clientId": "<client-id>",
    "clientSecret": "<client-secret>"
}

About

A simple C program that fetches your top artists and songs and saves them to a GitHub gist

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published