mirror of
https://github.com/agresdominik/predictify.git
synced 2026-04-21 09:51:56 +00:00
38e0c69beac5c522fd63feba92767d8fdbaa75d5
.env file to config dir, change db path for improved project structure
* Change path of db and token to `data` which helps to sperate source code from data files like `tokens.json` & `spotify_scraped.db` * Change path of `.env` `src/env/` to `config/` for the same reason as mentioned above * Added the newly created files to `.gitigore` accordingly
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 Authorization Code Flow
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
Authors
Languages
Jupyter Notebook
99.2%
Python
0.8%