Skip to content

clarkbk/amazon-reading-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

$ mkvirtualenv amazon-reading-list
$ workon amazon-reading-list
$ pip install -r requirements.txt

Configuration

Set up .env file:

$ cp .env.sample .env
# edit GOODREADS_API_KEY

Get wishlist HTML

  1. go to wishlist page on amazon
  2. scroll to bottom til lazyloading is complete
  3. inspect element
  4. find ul#g-items element
  5. right-click, copy element
  6. paste into input/amazon-wishlist.html

Get content library list HTML

  1. go to content library page on amazon
  2. inspect element
  3. find parent ul element
  4. right-click, copy element
  5. paste into input/amazon-content-library.html

Use

$ python3 run.py

About

Scrape lists of owned and wishlisted books from Amazon, pull in metadata from Goodreads, calculate custom priority rating, and save list to CSV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages