- Notifications
You must be signed in to change notification settings - Fork36
A(Sync) Interface for internal Audible API written in pure Python.
License
mkb79/Audible
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Audible is a Python low-level interface to communicate with the non-publiclyAudible 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 myaudible-cli package. This packagesupports:
- downloading audiobooks (aax/aaxc), cover, PDF and chapter files
- export library tocsvfiles
- get activation bytes
- add own plugin commands
Python >= 3.10
pip install audible
The documentation can be found atRead the Docs
Contributions are very welcome.To learn more, see theContributor Guide.
Distributed under the terms of theAGPL-3.0,Audible is free and open source software.
If you encounter any problems,pleasefile an issue along with a detailed description.
Thanks a lot JetBrains for supporting me with a freelicenseThis project was generated from@cjolowicz'sHypermodern Python Cookiecutter template.
About
A(Sync) Interface for internal Audible API written in pure Python.