Have you ever wondered where your favorite book takes place? What about where the author of the book is from? How do those two things relate to where the publisher of the book is located? Then, this software is for you. All that is needed is a book's barcode (the ISBN) to scan into our program, which can generate a map with all the locations you need.
Our old repo with our progress along the way. This repo (WTBF) has the website and all our final, working code. https://github.com/graceyw/SoftDesFinalProject
The poster we used at our demo session: https://github.com/SamEpp/WTBF/blob/master/poster.pdf
You will need to install these Python libraries:
- isbnlib
- wikipedia
- bs4
- folium
- indicoio (create an account and paste your key into a file "key.py")
- opencage (create an account and paste your key into a file "key.py")
key.py should look like this:
indicoio_key = 'your key'
geo_key = 'your key'
- Run "integration.py" with Python 3
- Follow instructions to choose input method and enter book title or scan ISBN.
- Navigate to the directory where the python files are stored, and open map.html in a browser
