Skip to content

Simple Python Console Based Web Scraper For Images To Get Back Into Coding After A Break

License

Notifications You must be signed in to change notification settings

tylerlight071/Web-Image-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Crawler

This is a simple Python script that crawls a given website for images and downloads them.

Features

  • Downloads all images from a given website URL.
  • Allows user to specify the directory where images will be saved.
  • Uses colorama for colored console output.

Usage

  1. Run the script: python main.py
  2. Enter a website URL to crawl for images.
  3. Choose whether to download to the default Downloads folder or specify a different folder.
  4. The script will start crawling the website for images and download them to the chosen directory.

Dependencies

  • os
  • requests
  • time
  • BeautifulSoup from bs4
  • Fore, Style, init from colorama

Or use pip install -r requirements.txt

Disclaimer

The author is not responsible for any misuse of this application. Please respect copyright laws and terms of service of any website you use this on.

License

MIT

About

Simple Python Console Based Web Scraper For Images To Get Back Into Coding After A Break

Topics

Resources

License

Stars

Watchers

Forks

Languages