From 34c601986c4f6adb06f54f4e804732c7a06221c7 Mon Sep 17 00:00:00 2001 From: agres Date: Tue, 18 Mar 2025 17:27:58 +0100 Subject: [PATCH] Added vscode folder to gitignore and fixed md --- .gitignore | 3 +++ README.md | 4 +--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0a19790..6d92dc7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Visual Stidio Code +.vscode/ + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] diff --git a/README.md b/README.md index 0918419..0ad606d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A Data analysis tool to scrape your Spotify History usage and let a ML-Model predict your next songs -## Usable possible APIs: +## Usable possible APIs Recently Played Tracks: /me/player/recently-played [Official Spotify Documentation](https://developer.spotify.com/documentation/web-api/reference/get-recently-played) @@ -15,5 +15,3 @@ Get Track's Audio Features - Deprecated: /audio-features/{id} [Official Spotify 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) - -