Added vscode folder to gitignore and fixed md

This commit is contained in:
agres
2025-03-18 17:27:58 +01:00
parent e6a1562155
commit 34c601986c
2 changed files with 4 additions and 3 deletions
+3
View File
@@ -1,3 +1,6 @@
# Visual Stidio Code
.vscode/
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/
*.py[cod] *.py[cod]
+1 -3
View File
@@ -4,7 +4,7 @@
A Data analysis tool to scrape your Spotify History usage and let a ML-Model predict your next songs 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) 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 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) Get Artist: /artists/{id} [Official Spotify Documentation](https://developer.spotify.com/documentation/web-api/reference/get-an-artist)