mirror of
https://github.com/agresdominik/predictify.git
synced 2026-04-21 17:55:49 +00:00
28 lines
1.2 KiB
Markdown
28 lines
1.2 KiB
Markdown
# Predictify
|
|
|
|
## Overview
|
|
|
|
A Data analysis tool to scrape your Spotify History usage and let a ML-Model predict your next songs
|
|
|
|
## Authentication API
|
|
|
|
[Official Documentation](https://developer.spotify.com/documentation/web-api/tutorials/getting-started)
|
|
[Authorization Code Flow](https://developer.spotify.com/documentation/web-api/tutorials/code-flow)
|
|
|
|
## 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)
|
|
|
|
## Authors
|
|
|
|
[Chris Kiriakou](https://github.com/ckiri)
|
|
[Dominik Agres](https://github.com/agresdominik)
|