[Python] 웹 정보 수집하기(1)
from selenium import webdriver from selenium.webdriver.common.keys import Keys import time from bs4 import BeautifulSoup def fGetLinkPage(linkAddress): driver = webdriver.Chrome() driver.get(linkAddress) try: title1 = driver.find_element_by_tag_name('title') print("[title]", title1.text) except : print("[Excepted]-TITLE") try: body1 = driver.find_element_by_tag_name('body') print("[body]", body1..
SWDesk
2020. 12. 26. 09:55
반응형
250x250
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 빌리언트
- Innovation&Hurdles
- 혁신
- BSC
- 허들
- ServantClock
- Innovations&Hurdles
- arduino
- 티스토리챌린지
- Innovations
- 아두이노
- 전압전류모니터링
- 혁신과허들
- Video
- 전압
- DYOV
- 배프
- Decorator
- badp
- 치매
- 둎
- Hurdles
- 오블완
- 전류
- 심심풀이
- 심심풀이치매방지기
- 치매방지
- 절연형
- bilient
- image
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함