No description
Find a file
2026-08-26 18:54:51 +02:00
.env.example Add initial implementation of Audible Series Checker with API connectors and configuration 2025-08-23 14:57:12 +02:00
.gitignore Refactor everything 2026-08-26 18:54:51 +02:00
config.py Add initial implementation of Audible Series Checker with API connectors and configuration 2025-08-23 14:57:12 +02:00
main.py Refactor everything 2026-08-26 18:54:51 +02:00
readme.md Refactor everything 2026-08-26 18:54:51 +02:00
requirements.txt Add alive_progress for enhanced series processing feedback 2025-09-13 19:38:52 +02:00

Audible Series Checker

Audible Series Checker is a Python tool for comparing audiobook series between your ABS library and Audible, helping you track missing tomes and release dates.

Features

  • Connects to ABS and Audible APIs
  • Compares series and book sequences
  • Identifies missing books in your library
  • Supports rate-limited requests and authentication
  • Logs results and errors
  • Actively cache request to bypass rate-limit on subsequent call.

Requirements

See requirements.txt for dependencies. Install with:

pip install -r requirements.txt

Configuration

Copy .env.example to .env and fill in your credentials:

Usage

Run the main script:

python main.py

Logs are written to the output.md file in a markdown table format.

Project Structure