highlights-scraper
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "highlights-scraper", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Scrapes public Kindle highlights on Goodreads.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -8,7 +8,7 @@ # Highlights Scraper | ||
"Kindle Notes & Highlights" under "YOUR READING ACTIVITY" in the left panel. | ||
Load the URL in an incognito window to ensure the highlights to expect | ||
Load the URL in an incognito window to ensure the highlights you expect | ||
to be public actually are. | ||
```js | ||
import {scrapeHighlights} from "highlights-scraper"; | ||
const {scrapeHighlights} = require("highlights-scraper"); | ||
@@ -15,0 +15,0 @@ const URL = "https://www.goodreads.com/notes/69252350-max-heinritz"; |
4462