- Understand Python process.
- ... Python concepts.
- Using BS4, Requests, OS, etc.
- Python
- BS4
- Requests
- OS
- etc
Make new folder.
def makeFolder(folder_name):
# Make new folder
return real_folder_name
Save a Image.
def saveImage(image_url, image_name, folder_name):
# Save a image
return
Download Images
def downloadImages(search):
# Google Search
# Parse the Data
# Make new folder
# Save a image
return
2018.09.28. Image Downloader