Code to backup my data from Goodreads. Daily cronjob to download CSV of books I've read. Also grab book recommendations, possibly using Python Playwright.
Go to file
Edward Betts 497e04a26f Add docstring 2024-04-17 10:05:05 +01:00
templates Add old code for downloading recommendations 2024-04-17 09:11:41 +01:00
.gitignore Add gitignore 2023-12-22 10:56:05 +00:00
LICENSE Initial commit 2023-12-19 10:14:38 +00:00
README.md Fix line endings 2023-12-22 10:55:55 +00:00
backup.py Backup should run headless 2024-04-17 09:55:00 +01:00
get.py Update code style 2024-04-17 10:02:26 +01:00
parse.py Add docstring 2024-04-17 10:05:05 +01:00

README.md

goodreads-backup

Code to backup my data from Goodreads.

Daily cronjob to download CSV of books I've read.

Also grab book recommendations, possibly using Python Playwright.