3.7.0 • Published 2 years ago

goodreads-export v3.7.0

Weekly downloads
7
License
MIT
Repository
github
Last release
2 years ago

Goodreads export

npm version Lines tests

The built-in export tool on Goodreads doesn't include all of your information. This has been an issue for years.

This project aims to generate better exports via screen scraping. Simply specify your list ID and a JSON export will be generated.

Output

An Extract object. For a full connected "graph" of reviews and metadata, see reviewsFromExtract.

Installation

npm install -g goodreads-export

Usage

By default, the extract will be printed to stdout. To save the output to a file, pipe the output.

goodreads-export {list_id} > goodreads_extract.json

To find {list_id}, navigate to My Books while logged in to Goodreads. The URL of that page contains the ID. For example,

https://www.goodreads.com/review/list/{list_id}?shelf=%23ALL%23
3.7.0

2 years ago

3.4.0

2 years ago

3.3.1

2 years ago

3.3.0

2 years ago

3.2.0

2 years ago

3.6.0

2 years ago

3.5.0

2 years ago

3.1.1

3 years ago

3.1.0

3 years ago

3.0.1

3 years ago

3.0.0

3 years ago

1.4.2

3 years ago

2.0.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.4.1

3 years ago

1.3.2

3 years ago

1.4.0

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

0.0.1

3 years ago