Results 219 comments of mkb79

Here is my optimized code to encrypt and decrypt the frc cookie: ```python import base64 import gzip import hashlib import hmac import json import secrets from io import BytesIO from...

Hi, thank you for your hint. Life would much easier using Python and Java Script in one project. But: I wrote my Python apps with Pythonista for iOS. That's the...

> Did an you ever figure out how to decrypt/encrypt the frc cookies? [Here](https://github.com/mkb79/Audible/issues/42#issuecomment-801905044) is the working code to decrypt/encrypt a frc cookie. As far as I found out, the...

@figamore [Here](https://gist.github.com/mkb79/2a3f0acb3a75d3cf82d0c85a29497d22) you can find a gist to register a Goodreads device using a frc cookie.

Hi @bottydim for a way to export your bookmarks, clips and notes take a look [here](https://github.com/mkb79/audible-cli/discussions/73). This will give you the information you want. What detailed stats you want? Maybe...

Hi @bottydim, > Thank you very much for the great pointer! I have implemented v1 examples of both detailed stats https://github.com/mkb79/Audible/pull/90 and downloading bookmarks https://github.com/mkb79/Audible/pull/91 Thank you for helping me...

Hi. Thank you for your advice. I can implement this. But can you re-open this issue on the [audible-cli](https://github.com/mkb79/audible-cli) repo? Thank you very much!

Decrypting aaxc without ffmpeg sounds really fantastic. Not everyone has a patched ffmpeg bin with aaxc patch applied. Have you realized that in pure Python. I would be very greatful...

That’s really fantastic. Thank you for your hard work! Very clever! I will try it out as fast as possible and will report here. P.S.: I‘m a single developer without...

@BlindWanderer Hi. Can you help me on [this](https://github.com/mkb79/Audible/issues/42) issue?