Skip to content

Scrapes information about books based on their ISBN.

License

Notifications You must be signed in to change notification settings

Durhamster/ISBN_Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ISBN Scraper 📚

GitHub Pipenv locked Python version License

Scrape the title, author(s), public domain info, page count, language, & brief summary for a list of books based on their ISBNs.

To use this script, install the required libraries, add a list of ISBNs, and run app.py.

Installation

Use the package manager pip to install the required libraries.

pip install -r requirements.txt

or

Using pipenv:

pipenv install

Usage

To scrape your list of ISBNs, you must do the following:

  1. Add your list as a CSV file in 'Data' directory.
  2. Open app.py and change the name of the file on line 81.
   isbns = pd.read_csv("<YourISBNsGoHere.csv>")
  1. Run app.py. The final output will be saved as 'Final_Inventory.csv'.

About

Scrapes information about books based on their ISBN.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages