Audible is a Python low-level interface to communicate with the non-publicly Audible API.
It enables Python developers to create there own Audible services. Asynchronous communication with the Audible API is supported.
For a basic command line interface take a look at my audible-cli package. This package supports:
- downloading audiobooks (aax/aaxc), cover, PDF and chapter files
- export library to csv files
- get activation bytes
- add own plugin commands
Python >= 3.10
pip install audible
The documentation can be found at Read the Docs
Contributions are very welcome. To learn more, see the Contributor Guide.
Distributed under the terms of the AGPL-3.0, Audible is free and open source software.
If you encounter any problems, please file an issue along with a detailed description.
Thanks a lot JetBrains for supporting me with a free license This project was generated from @cjolowicz's Hypermodern Python Cookiecutter template.