Commit Graph

9 Commits

Author SHA1 Message Date
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
agres 6b35a34826 refacor & simple logger 2025-03-19 19:38:22 +01:00
agres 7db5c51867 Big commit 2025-03-19 18:20:49 +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 77654f13c9 Big commit 2025-03-19 16:27:25 +01:00
agres c3e3db87cc Added test newline 2025-03-19 01:06:52 +01:00
agres eb6a44a9b6 Implemented a token refresher/rotator and a token file so the user does not have to auth each time the code is ran 2025-03-18 21:43:40 +01:00
agres fb0911d893 A basic auth framework 2025-03-18 19:44:36 +01:00
agres 1d6f07ef18 Initial setup for scraper 2025-03-18 17:16:18 +01:00