Skip to content

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

Notifications You must be signed in to change notification settings

DJFox11/python-link-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published