Skip to content

A Python script that scrapes ebook titles, authors, publish dates, and descriptions from a website and saves the data into a neat Excel file.

License

Notifications You must be signed in to change notification settings

TomChimorin/ebook-to-excelsheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Ebook Scraper 📚🖥️

This Python script allows you to scrape ebook details—such as the title, author, publication date, and description—from an ebook website and export the data into a clean, well-structured Excel sheet.

Features

  • Scrapes book title, author, publish date, and description
  • Outputs the data into a formatted Excel (.xlsx) file
  • Easy to run and modify for different ebook sites

Technologies Used

  • Python
  • BeautifulSoup: For HTML parsing and data extraction
  • requests: For sending HTTP requests
  • openpyxl: For writing data to Excel

How to Run

  1. Make sure you have Python 3 installed.
  2. Install required libraries:
    pip install beautifulsoup4 requests openpyxl

About

A Python script that scrapes ebook titles, authors, publish dates, and descriptions from a website and saves the data into a neat Excel file.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages