this post was submitted on 27 Nov 2023
96 points (94.4% liked)

Open Source

30270 readers
390 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

Become a Github sponsor or buy the dev a coffee.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] BrikoX@lemmy.zip 1 points 9 months ago* (last edited 9 months ago) (1 children)

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 2 points 9 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.