Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 893 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 893 Bytes

Web Scraping Level 1

This project demonstrates web scraping using Beautiful Soup and Requests to extract data from 'http://fondationscp.wikidot.com/scp-000'.

About This Project

The "web-scraping-lvl1" project is a beginner-level exercise in web scraping using Python's Beautiful Soup library and Requests module. It scrapes data from the SCP Foundation website, specifically from the page 'http://fondationscp.wikidot.com/scp-000'. This project serves as an introduction to basic web scraping techniques.

Features

  • Data Extraction: Extracts information from the SCP Foundation page, including SCP number, title, object class, description, and other relevant details.

Technologies Used

  • Python
  • Requests
  • Beautiful Soup

Installation

  1. Clone the repository:

    git clone https://github.com/FirasKahlaoui/web-scraping-lvl1.git
    cd web-scraping-lvl1