• BrikoX@lemmy.zip
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    6 months ago

    Lists are not exported from Goodreads. They only allow exporting My Books section.

    But yeah, DIY solution is the way to go. I gave up on using any site for tracking books, they all either have partial functionality or limited database. These days, I just use SQLite database with a custom Python scraper that I turned into a basic website that offers everything I need.

    • conciselyverbose@kbin.social
      link
      fedilink
      arrow-up
      2
      ·
      6 months ago

      It’s why I wasn’t automatically blaming the other options. I never looked at the actual data to know if they were there.

      But trying to recreate them was absolutely brutal, and has been with every option I tried. I looked at implementing my own down and dirty tool to make it more manageable in bookwyrm, but there was just too much mental overhead to get a grasp of the code base in my limited dev time. Just making a basic database and a couple scripts to display my favorites on a couple web pages seems a lot easier. Plus I can treat series as first class citizens in lists and pages with their own blurbs, which none of the bigger options seems to think is useful.