Skip to content

Latest commit

 

History

History
51 lines (42 loc) · 893 Bytes

README.md

File metadata and controls

51 lines (42 loc) · 893 Bytes

Image Download

PYTHON Downloader

Purpose

  1. Understand Python process.
  2. ... Python concepts.
  3. Using BS4, Requests, OS, etc.

Technical Stack

  • Python
  • BS4
  • Requests
  • OS
  • etc

Implement

function makeFolder

Make new folder.

def makeFolder(folder_name):
    # Make new folder
    return real_folder_name

function saveImage

Save a Image.

def saveImage(image_url, image_name, folder_name):
    # Save a image
    return

function downloadImages

Download Images

def downloadImages(search):
    # Google Search
    # Parse the Data
    # Make new folder
    # Save a image
    return

Result

Downloader

2018-09-28 1 39 45

Histories

2018.09.28. Image Downloader