This project demonstrates web scraping using Beautiful Soup and Requests to extract data from 'http://fondationscp.wikidot.com/scp-000'.
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.
- Data Extraction: Extracts information from the SCP Foundation page, including SCP number, title, object class, description, and other relevant details.
- Python
- Requests
- Beautiful Soup
-
Clone the repository:
git clone https://github.com/FirasKahlaoui/web-scraping-lvl1.git cd web-scraping-lvl1