minhui study

웹 클롤링(python) 본문

Python/SWING study

웹 클롤링(python)

minhui 2020. 5. 21. 00:37

서울여대 과 홈페이지 정보 창에서 과 이름, 과 홈페이지를 출력하는 웹 크롤러 프로그램 만들기

 

-> 홈페이지 URL : http://www.swu.ac.kr/www/swuniversity.html

-> 학과, 전공만 가져오기 ( 자율전공학부, 바롬인성교육원, 대학원 등 제외 )

-> 만약 홈페이지가 존재하지 않는다면 존재하지 않는다는 문구 출력하기

 

 

https://github.com/jeongminhui99/mini/blob/master/HPWebCrowling.py

 

jeongminhui99/mini

Contribute to jeongminhui99/mini development by creating an account on GitHub.

github.com

 

'Python > SWING study' 카테고리의 다른 글

게임 메크로 python (1to50 )  (0) 2020.06.02
웹 크롤링2(python)  (0) 2020.05.26
UP & DOWN GAME 2 (Python)  (0) 2020.04.15
Up&Down Game (python)  (0) 2020.04.07
Python 문자열 함수와 리스트 함수  (1) 2020.04.07
Comments