As in, it sync how far you are into the audiobook to the story graph every so often?

TIA.

      • Telorand@reddthat.com
        link
        fedilink
        English
        arrow-up
        1
        ·
        9 hours ago

        I think they’re still a pretty small operation, and I’m just grateful that I have a functional alternative to Goodreads.

  • captcha_incorrect@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    13 hours ago

    Never heard about The Story Graph before, but it looked cool so I created an account to check it out. I could not find any way to create custom integrations (or make any integration at all).

    One option would be to pull your data from ABS via its API and then use JavaScript to navigate The Story Graph’s website to “manually” update your progress.

    Edit: If you want to work with Python, someone has created a library to work against their website as if it was an API: https://github.com/ym496/storygraph-api/tree/main
    It uses an HTML parser to map the response from the website.