Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 633 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 633 Bytes

Link Web Scraper

Installation

Ensure you have Python installed on your system. This script utilises the following Python libraries:

  • requests: For making HTTP requests
  • beautifulsoup4: For parsing HTML
  • itertools: For creating iterators
pip install requests beautifulsoup4 tqdm

Usage

Clone the repository using https://github.com/DJFox11/python-link-scraper.git, run scrape_links.py to use the tool.

Planned Features

  • Error Handling
  • Image support
  • Threading
  • Progress Indicator
  • Better File Management
  • Input Validation
  • Logging
  • GUI Improvements