Add initial implementation of Audible Series Checker with API connectors and configuration

This commit is contained in:
Yunn Xairou 2025-08-23 14:57:12 +02:00
commit 223bfbf6bc
10 changed files with 630 additions and 0 deletions

3
.env.example Normal file
View file

@ -0,0 +1,3 @@
AUDIBLE_AUTH_FILE=".auth"
ABS_API_URL="your_abs_api_url"
ABS_API_TOKEN="your_abs_api_token"