This project demonstrates web crawling using BeautifulSoup (BS4). The main file for the project is WEB_CRAWLING_WITH_BS4.ipynb
, which is a Jupyter Notebook containing the code for web crawling.
This project showcases how to extract information from web pages using BeautifulSoup, a Python library for web scraping. It provides examples of how to parse HTML content, navigate the DOM tree, and extract desired data from web pages.
WEB_CRAWLING_WITH_BS4.ipynb
: Jupyter Notebook file containing the web crawling code.
To run the web crawling code:
- Ensure you have Python installed.
- Install the required libraries by running
pip install beautifulsoup4 requests
. - Clone this repository to your local machine.
- Open
WEB_CRAWLING_WITH_BS4.ipynb
in Jupyter Notebook. - Follow the instructions in the notebook to execute the web crawling code.
- Daniel Chime
Feel free to contribute by submitting pull requests or opening issues.