Compare commits
2 commits
68ff0ae66a
...
1ac3228959
Author | SHA1 | Date | |
---|---|---|---|
Edward Betts | 1ac3228959 | ||
Edward Betts | d26c9fcd2f |
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
.mypy_cache/
|
||||
__pycache__
|
||||
.hypothesis/
|
10
README.md
10
README.md
|
@ -1,7 +1,7 @@
|
|||
# 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.
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue