Skip to content

A web scraper who get the books info from allitbooks.com and amazon.com

License

Notifications You must be signed in to change notification settings

m03315/book_scraper_python

 
 

Repository files navigation

book_scraper_python

A web scraper for get the books info from allitbooks.com and amazon.com

install required Python 3 module

  • install bs4

pip3 install beautifulsoup4

  • install request

pip3 install request

run the program

  • python3 book_scraper.py

update log

  • for book_scraper.py : write book_info_list to a book_info_list.csv file

  • allitebooks changed tag from ibsn to ISBN-10:

About

A web scraper who get the books info from allitbooks.com and amazon.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%