Last updated:
0 purchases
audtekapi 0.3.0
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…
Installation
Python 3.7 or higher is required.
Install by running:
pip install audtekapi
Usage - DOCUMENTATION TODO
Examples.
generate device id:
bash> python
Python 3.9.1
>>> import uuid
>>> str(uuid.uuid4())
'mydevice-id00-aaaa-bbbb-ccddeeddffaa'
License
Apache License Version 2.0
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.