Compare commits
2 commits
68ff0ae66a
...
1ac3228959
| Author | SHA1 | Date | |
|---|---|---|---|
| 1ac3228959 | |||
| d26c9fcd2f |
2 changed files with 8 additions and 5 deletions
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
|
# goodreads-backup
|
||||||
|
|
||||||
Code to backup my data from Goodreads.
|
Code to backup my data from Goodreads.
|
||||||
|
|
||||||
Daily cronjob to download CSV of books I've read.
|
Daily cronjob to download CSV of books I've read.
|
||||||
|
|
||||||
Also grab book recommendations, possibly using Python Playwright.
|
Also grab book recommendations, possibly using Python Playwright.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue