added the link pruning functionality

lot to correct and improve tho
This commit is contained in:
2024-08-02 15:14:03 +05:30
parent b20b15a29a
commit aba341d7a1
5 changed files with 264 additions and 24 deletions

View File

@@ -7,3 +7,8 @@ Personal Spotify playlist manager. Features inbound!
- graphing
- stores links as from-to pairs
- fetches all playlists and links of the user into memory and then works with data. assumption is graphs won't be too big
## to-do:
- re-evaluate all logging
- DRY all the API calls and surrounding processing