backup-goodreads
backup-goodreads copied to clipboard
A script for backing up reviews from your Goodreads account
$ backup_goodreads --user-id 30713071 --api-key notPASTEDbecauseTHISisAsecret Traceback (most recent call last): File "/usr/local/bin/backup_goodreads", line 9, in load_entry_point('backup-goodreads', 'console_scripts', 'backup_goodreads')() File "/home/allan/src/backup-gooreads/backup_goodreads.py", line 241, in main json_str = json.dumps(list(reviews), indent=2, sort_keys=True)...
Tests are good, this should have some.
Quoting from the [Goodreads API docs](https://www.goodreads.com/api/index#reviews.list): > Viewing members with profiles who have set them as visible to members only or just their friends requires using OAuth. It would be...