Thanks to visit codestin.com
Credit goes to github.com

Skip to content

yoobato/pyimg-scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyimg-scrapper

Download all images in the given web page(URL)

Requirements

  • Python >= 3.6

Getting Started

Install PyPi dependencies

pip install -r requirements.txt

Execute main.py

python main.py
# Enter URL and the name or directory where to save images.

## Output example
# (1) Enter the URL: https://foo.bar
# (2) Enter the name of directory where to save images: img
# # of images: 10
# 1 / 10 downloaded.
# 2 / 10 downloaded.
# ...
# 10 / 10 downloaded.
# All images have been downloaded.

License

  • Apache 2.0

About

Download all images in the given web page(URL)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages