Files
predictify/README.md
T

945 B

Predictify

Overview

A Data analysis tool to scrape your Spotify History usage and let a ML-Model predict your next songs

Usable possible APIs

Recently Played Tracks: /me/player/recently-played Official Spotify Documentation

Get Track: /tracks/{id} Official Spotify Documentation

Get Track's Audio Features - Deprecated: /audio-features/{id} Official Spotify Documentation

Get Track's Audio Analysis - Deprecated: /audio-analysis/{id} Official Spotify Documentation

Get Artist: /artists/{id} Official Spotify Documentation