$ mkvirtualenv amazon-reading-list
$ workon amazon-reading-list
$ pip install -r requirements.txt
Set up .env
file:
$ cp .env.sample .env
# edit GOODREADS_API_KEY
Get wishlist HTML
- go to wishlist page on amazon
- scroll to bottom til lazyloading is complete
- inspect element
- find
ul#g-items
element - right-click, copy element
- paste into
input/amazon-wishlist.html
Get content library list HTML
- go to content library page on amazon
- inspect element
- find parent
ul
element - right-click, copy element
- paste into
input/amazon-content-library.html
$ python3 run.py