This was done at a friend request.
Short script to download book from the nathan.fr site into a pdf according to a book title passed in a environment variable.
This was necessary because on this site you can't even get a pdf copy of the book you bought, you just get the book in a crappy javascript viewer.
This project requires the geckodriver https://github.com/mozilla/geckodriver/releases and python bindings for selenium
You need to pass your credentials
export NATHAN_USERNAME=<username>
export NATHAN_PASSWORD=<password>
Then pass the name of the book you want to retrieve
export NATHAN_BOOK=<book title>