Commit Graph

71 Commits

Author SHA1 Message Date
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
Chris Kiriakou 9b9002e751 Create a custom Dockerfile to decouple application dependencies from host.
* Create a dockerfile based on alpine.
* Create a start script to startup scraper.
2025-03-19 16:56:23 +01:00
Dominik 57ac860f1f Merge pull request #11 from agresdominik/feat/scraping_implementation
Feat/scraping implementation
2025-03-19 16:31:39 +01:00
agres 9235b5a844 Gitignore 2025-03-19 16:27:48 +01:00
agres 77654f13c9 Big commit 2025-03-19 16:27:25 +01:00
agres 55eede61cc Added pytest and config file 2025-03-19 01:36:50 +01:00
agres 8d407d3d52 Added pytest, excluded tests from precommit 2025-03-19 01:22:38 +01:00
agres 12096b2ec0 Fixed doc 2025-03-19 01:07:42 +01:00
agres c3e3db87cc Added test newline 2025-03-19 01:06:52 +01:00
agres bb3c37ca48 Pre commit hook 2025-03-19 01:05:51 +01:00
agres e6e7888613 Added tokens file to gitignore 2025-03-18 21:44:22 +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 668f840fff Authors Added 2025-03-18 19:48:46 +01:00
agres 5091319f27 Readme extended with auth documentation 2025-03-18 19:45:52 +01:00
agres fb0911d893 A basic auth framework 2025-03-18 19:44:36 +01:00
agres 5b1be7bbe5 A Example env file 2025-03-18 19:43:56 +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
agres e6a1562155 Readme start 2025-03-18 17:26:50 +01:00
agres 1d6f07ef18 Initial setup for scraper 2025-03-18 17:16:18 +01:00
Dominik 00172dee0c Initial commit 2025-03-18 17:04:08 +01:00