Chris Kiriakou 38e0c69bea Move .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
2025-03-21 18:57:13 +01:00
2025-03-19 01:36:50 +01:00
2025-03-18 17:04:08 +01:00
2025-03-19 01:36:50 +01:00
2025-03-18 19:48:46 +01:00
2025-03-19 01:36:50 +01:00

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

Chris Kiriakou Dominik Agres

S
Description
No description provided
Readme MIT 20 MiB
Languages
Jupyter Notebook 99.2%
Python 0.8%