Commit Graph

11 Commits

Author SHA1 Message Date
agres 33deb35a6c updated gitignore 2025-04-09 13:28:02 +02:00
agres 4706332180 Analysis files 2025-04-03 15:14:53 +02:00
Dominik ff9d726b47 Feat/import gdrp data (#26)
* Some simple code for extracting data from the jsons

* Jupiter Notebook

* Mac specific gitignore

* Fixed finding paths to floders

* Delete src/gdpr_data directory

* Updated gitignore to include my testing file

* Added the standard saving path for the database in the database handler, this way multiple files dont have to be updated when moving database position

* Moved the API usage wrappers into an own file, added a function for getting multiple track_ids at once, this still needs to be tested more

* Further code for extracting data from the gdpr files

* Forgor

* Final&Tested version of get_multiple_tracks_information endpoint

* Further functionality: The code now extracts the id of each listened song and makes a api call to get info about these songs via the multiple tracks api. Furthermore we track the songs witch the call is made for already and skip these

* Added function to map catalouged ids into the play history

* Added args parser to runtime program, cleaned up some code

* Fixed a bug where the database would always try to create tables, eaven if it exists

* Added some small text for clean interface

* Some final fixes to actual code, fixed db bug, reversed the order of database entries

* Some documentation

* Added -export args to docker runtime

* fix
2025-03-23 18:48:57 +01:00
Chris Kiriakou 0531a346b5 Add new folders 2025-03-21 19:12:44 +01:00
Dominik e574c6bc00 Feat/auth multiple tokens integration (#15)
* Implemented a multiple token read/write/refresh function for the authentificator

* Rework auth with simple authentificate
2025-03-19 17:44:17 +01:00
agres 9235b5a844 Gitignore 2025-03-19 16:27:48 +01:00
agres e6e7888613 Added tokens file to gitignore 2025-03-18 21:44:22 +01:00
agres fb0911d893 A basic auth framework 2025-03-18 19:44:36 +01:00
agres ee76aabe58 Typo 2025-03-18 17:28:24 +01:00
agres 34c601986c Added vscode folder to gitignore and fixed md 2025-03-18 17:27:58 +01:00
Dominik 00172dee0c Initial commit 2025-03-18 17:04:08 +01:00