From e6a1562155d6341bd41e79087d1c077c3a8a169d Mon Sep 17 00:00:00 2001 From: agres Date: Tue, 18 Mar 2025 17:26:50 +0100 Subject: [PATCH] Readme start --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c934cae..0918419 100644 --- a/README.md +++ b/README.md @@ -1 +1,19 @@ -# predictify \ No newline at end of file +# 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](https://developer.spotify.com/documentation/web-api/reference/get-recently-played) + +Get Track: /tracks/{id} [Official Spotify Documentation](https://developer.spotify.com/documentation/web-api/reference/get-track) + +Get Track's Audio Features - Deprecated: /audio-features/{id} [Official Spotify Documentation](https://developer.spotify.com/documentation/web-api/reference/get-audio-features) + +Get Track's Audio Analysis - Deprecated: /audio-analysis/{id} [Official Spotify Documentation](https://developer.spotify.com/documentation/web-api/reference/get-audio-analysis) + +Get Artist: /artists/{id} [Official Spotify Documentation](https://developer.spotify.com/documentation/web-api/reference/get-an-artist) + +