https://github.com/tairasu/image_scraper
A python script for downloading max resolution images from any website.
https://github.com/tairasu/image_scraper
image-scraper python scraper scraping
Last synced: 8 months ago
JSON representation
A python script for downloading max resolution images from any website.
- Host: GitHub
- URL: https://github.com/tairasu/image_scraper
- Owner: tairasu
- License: mit
- Created: 2023-10-26T15:13:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-07T22:09:19.000Z (over 2 years ago)
- Last Synced: 2025-02-04T19:46:26.157Z (over 1 year ago)
- Topics: image-scraper, python, scraper, scraping
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# image_scraper
A python script for downloading max resolution images from any website.
## What it does
The script is running through the page source for any image tags and image references. It removes any parameters that might scale down or convert the image to a lower resolution.
For example anywebsite.com/image.jpg?&w=3840&q=75 will download anywebsite.com/image.jpg instead.
## Prerequisites
- Python 3
- Modules
- requests
- selenium
```
pip install requests
pip install selenium
```
## Usage
Navigate to the folder
Enter
```
python3 run.py
```
Follow the prompt instructions.
1. Enter folder path
2. Enter URL
All images should appear in the folder.