https://github.com/mkb79/Audible
A(Sync) Interface for internal Audible API written in pure Python.
https://github.com/mkb79/Audible
async-functions audible audible-api encrypted-store python
Last synced: 11 months ago
JSON representation
A(Sync) Interface for internal Audible API written in pure Python.
- Host: GitHub
- URL: https://github.com/mkb79/Audible
- Owner: mkb79
- License: agpl-3.0
- Created: 2019-06-18T12:24:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T08:53:36.000Z (about 2 years ago)
- Last Synced: 2024-04-14T02:53:25.142Z (about 2 years ago)
- Topics: async-functions, audible, audible-api, encrypted-store, python
- Language: Python
- Homepage: https://audible.readthedocs.io
- Size: 1.17 MB
- Stars: 280
- Watchers: 9
- Forks: 35
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Audible
[](https://pypi.org/project/audible/)
[](https://pypi.org/project/audible/)
[](https://pypi.org/project/audible/)
[](https://pypi.org/project/audible/)
[](https://pypi.org/project/audible/)
[](https://travis-ci.org/mkb79/audible)
[](https://www.codefactor.io/repository/github/mkb79/audible)
[](https://pypi.org/project/audible/)
**Audible is a Python low-level interface to communicate with the non-publicly
[Audible]() API.**
It enables Python developers to create their own Audible services.
Asynchronous communication with the Audible API is supported.
For a basic command line interface take a look at my
[audible-cli](https://github.com/mkb79/audible-cli) package. This package
supports:
- downloading audiobooks (aax/aaxc), cover, PDF and chapter files
- export library to [csv](https://en.wikipedia.org/wiki/Comma-separated_values)
files
- get activation bytes
- add own plugin commands
## Requirements
Python >= 3.10
## Installation
`pip install audible`
## Read the Doc
The documentation can be found at [Read the Docs](https://audible.readthedocs.io/en/latest)
## Contributing
Contributions are very welcome.
To learn more, see the [Contributor Guide].
## License
Distributed under the terms of the [AGPL-3.0][license],
_Audible_ is free and open source software.
## Issues
If you encounter any problems,
please [file an issue] along with a detailed description.
## Credits
Thanks a lot JetBrains for supporting me with a free [license](https://www.jetbrains.com/community/opensource/#support)
This project was generated from [@cjolowicz]'s [Hypermodern Python Cookiecutter] template.
[@cjolowicz]: https://github.com/cjolowicz
[pypi]: https://pypi.org/
[hypermodern python cookiecutter]: https://github.com/cjolowicz/cookiecutter-hypermodern-python
[file an issue]: https://github.com/mkb79/Audible/issues
[pip]: https://pip.pypa.io/
[audible]: https://github.com/mkb79/Audible
[pipx]: https://pypa.github.io/pipx/
[license]: https://github.com/mkb79/Audible/blob/main/LICENSE
[contributor guide]: https://github.com/mkb79/Audible/blob/main/CONTRIBUTING.md