This repository contains a web scraping assignment. The project is designed to extract data from Internshala, process the extracted information, and present it in a structured format. The project leverages Python for web scraping and data processing.
Before you begin, ensure you have met the following requirements:
- Python 3.7 or higher installed on your local machine.
- Basic understanding of Python and web scraping concepts.
- Required Python libraries:
requests,beautifulsoup4,pandas.
-
Clone the repository:
git clone https://github.com/Adi7015YT/Web-Scrap_Assignment.git
-
Navigate to the project directory:
cd Web-Scrap_Assignment -
Install the required libraries:
pip install -r requirements.txt
-
Open the provided Google Colab notebook for interactive execution: Web Scraping Assignment Colab
-
Follow the steps in the Colab notebook to run the web scraping scripts.
Contributions are welcome! To contribute, follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m 'Add some feature' - Push to the branch:
git push origin feature/your-feature-name
- Create a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.