Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 966 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 966 Bytes

Web Scraping Projects

Objective:

This repository contains a series of web scraping projects, created with the purpose of sharing practical scraping exercises that can be useful both for me and for others who are learning about techniques for automated data extraction from the web.

Branch Structure:

  • main: Contains only completed projects ready to be shared.
  • Projects: Each project is in its own branch, facilitating development and version control.

Project 1: Thirty-six Views of Mount Fuji

The first project in the repository is based on the art series "Thirty-six Views of Mount Fuji" by the famous Japanese artist Katsushika Hokusai. This project consists of a web scraping script that extracts images and their descriptions into a csv file from a table on the Wikipedia page.


Disclaimer: All extracted data is used for educational purposes.