1. library 다운로드

    $pip install selenium

    $pip install bs4

  2. Google driver 다운로드 : 아래의 링크 들어가서 자신의 버전에 맞는 것을 C드라이브에 설치해서 실행하여 driver 설치하기

Downloads - ChromeDriver - WebDriver for Chrome

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/ea49d3e5-7e9b-4cb0-bf0d-747cef944d1b/Untitled.png

  1. 코드 다운로드

crawling.py

18번째 line 자신의 폴더 경로 넣으면 거기로 이미지 다운로드 됨

  1. 파일 이름 맞추기

[Python] 파이썬으로 폴더(파일)명 변경하기 - os.rename