Skip to content

dionabazi/Web-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Web-Scraper

Web Scraper 🌐

A simple yet powerful web scraping tool built with Python, designed to extract data from websites seamlessly. This project utilizes requests and BeautifulSoup to scrape and parse HTML content, making it easy for users to gather the information they need from the web. Features ✨

User-friendly: Simple command-line interface for ease of use.
Customizable: Easily modify the target URL and scraping parameters.
Data Extraction: Extracts specific data points from HTML elements.
Export Options: Save scraped data in various formats (e.g., CSV, JSON).

Installation 🛠️

Clone the repository:

git clone https://github.com/dionabazi/Web-Scraper.git

cd Web-Scraper

Install required libraries using the requirements.txt file:

bash

pip install -r requirements.txt --break-system-packages

Usage 🚀

Open the command line and navigate to the project directory.

Run the scraper with the desired URL:

python web_scraper.py <target_url>

Follow the prompts to specify the data you wish to extract.

Contributing 🤝

Contributions are welcome! If you have suggestions for improvements or new features, please fork the repository and submit a pull request. License 📄

This project is licensed under the MIT License. See the LICENSE file for details.

Screenshots

Screenshot_2024-10-16_16_20_51

Screenshot_2024-10-16_16_22_01

bmc-button (2)

Thank you for your support! 💕

Releases

No releases published

Packages

No packages published

Languages