Skip to content

TahaNKhan/Python-Website-Image-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Python Website Image Scraper

Downloads images from specified websites and saves them into "images" folder

How To Use

  • Run 'python3 downloadImages.py <website>' from a command line.
  • Multiple websites work: 'python3 downloadImages.py <website1> <website2>'
  • Either enter a URL like twitter.com or http://twitter.com, both work.

Bugs

  • Some websites save images locally, so the src in img tag looks like this: /to/image/file, I need to add a fix for this. For now, this program just skips over them.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages