Compare commits

...

2 commits

Author SHA1 Message Date
Edward Betts 1ac3228959 Add gitignore 2023-12-22 10:56:05 +00:00
Edward Betts d26c9fcd2f Fix line endings 2023-12-22 10:55:55 +00:00
2 changed files with 8 additions and 5 deletions

3
.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
.mypy_cache/
__pycache__
.hypothesis/

View file

@ -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.