Unofficial API helper for Audioteka - audiobooks service: https://audioteka.com/
This is set of functions to get contents of your personal bookshelf at Audioteka, including book's chapters downloading.
Main reason for creating it, is to use it in my plugin for Mopidy.
This is major rework after Audioteka changes its API.
To be continued...
Python 3.7 or higher is required.
Install by running:
pip install audtekapi
Examples.
generate device id:
bash> python Python 3.9.1 >>> import uuid >>> str(uuid.uuid4()) 'mydevice-id00-aaaa-bbbb-ccddeeddffaa'
Apache License Version 2.0