Skip to content

rfaria/download-all-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

download-all-images

Description

This Project will download all the images of a given static website URL.

About this Project

This project uses BeautifulSoup, urljoin, and urlparse to get images addresses and download them into a local folder.

Usage

Use the Script download-all-images.py . In the command line, Enter

python download-all-images.py [url]

Replace the [url] with the website you want the images from.

The output will be the a folder containing the desired images.

Example

python download-all-images.py https://www.google.com

Author

Rodrigo Candido Faria

Contributing

  • Fork the repo on GitHub
  • Clone the project to your own machine
  • Commit changes to your own branch
  • Push your work back up to your fork
  • Submit a Pull request so that we can review your changes

NOTE: Be sure to merge the latest from "upstream" before making a pull request.

About

Tool to download all the images of an URL.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages