Skip to content

My first project Python to analyse html pages, get informations, save files as images and CSV from web pages

Notifications You must be signed in to change notification settings

saadsabir/PythonWebScraping

Repository files navigation

PythonWebScraping

forthebadge

This Python project to scrap web pages from https://books.toscrape.com/ and save books informations in CSV files for each category.

This project use :

Objective:

  • Extract information from the entire site library

Results :

  • A CSV file of all the site's book data
  • A folder containing all the cover images of the extracted infobooks

Prerequisite :

To launch program :

  • Download the project : https://github.com/saadsabir/PythonWebScraping
  • Go to terminal and create a virtual environment : $ python -m venv env
  • Activate virtual environment : $ source env/bin/activate
  • Install Libraries from requirements file : $ pip install -r requirements.txt
  • Execute scripts : $ python script_name.py




By Saad SABIR

About

My first project Python to analyse html pages, get informations, save files as images and CSV from web pages

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages