Skip to content

KdenLim/book-list-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python script using Selenium and BeautifulSoup that scrapes a book list and converts it to a markdown table (I use it as a to read list in Obsidian). The script collects each book's title, author, number of pages, and cover image.

How it works:

1) Loads the book list page and clicks Load More until all books are visible.

2) Extracts Amazon links for each book.

3) Scrapes book details from Amazon.

4) Exports everything into a Markdown-formatted table.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published