Ensure you have Python installed on your system. This script utilises the following Python libraries:
requests
: For making HTTP requestsbeautifulsoup4
: For parsing HTMLitertools
: For creating iterators
pip install requests beautifulsoup4 tqdm
Clone the repository using https://github.com/DJFox11/python-link-scraper.git
, run scrape_links.py
to use the tool.
- Error Handling
- Image support
- Threading
- Progress Indicator
- Better File Management
- Input Validation
- Logging
- GUI Improvements