Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 671 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 671 Bytes

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