Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 985 Bytes

README.rst

File metadata and controls

50 lines (29 loc) · 985 Bytes

AudtekAPI

Latest PyPI version

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