/python-link-scraper

This Python script allows you to scrape links from a webpage and save them to either a TXT or CSV file.

Primary LanguageTcl

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