An open API service indexing awesome lists of open source software.

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.

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.