파이썬 웹 크롤러 제작 한글 변환값 질문드립니다~
from urllib.request import urlopen
from bs4 import BeautifulSoup
html = urlopen('https://pf.kakao.com/_BkhQT/53919972')
bs = BeautifulSoup(html, 'html.parser')
for link in bs.find_all('div'):
if 'class' in link.attrs:
print(link.attrs['class'])
['wrap_thumb']
['info_cmt']
['item_cmt']
['wrap_thumb']
['info_cmt']
['item_cmt']
['wrap_thumb']
['info_cmt']
['box_appinfo']
Process finished with exit code 0
이렇게 결과값이 영어로 코드가 나오는데 제가 원하는 코드는 크롤링해서 고객이름과 댓글내용인데 한글로 어떻게 변환하나요 ㅠㅠ ?
55글자 더 채워주세요.
1개의 답변이 있어요!
안녕하세요.
현재는 class의 이름이 나오고 있는데요, 실제 tag의 값을 얻어오고 싶으시면 아래의 한줄만 고치시면 됩니다.
from urllib.request import urlopen from bs4 import BeautifulSoup html = urlopen('https://pf.kakao.com/_BkhQT/53919972') bs = BeautifulSoup(html, 'html.parser') for link in bs.find_all('div'): if 'class' in link.attrs: print(link.text)마지막 줄만 고친거구요 결과는 아래와 같이 나옵니다.
옷잘아는언니7월 24일 오전 09:39🌹주문방법🌹🔊댓글주문시 휴대폰번호 남겨주시면 문자드릴게요.🔊댓글주문시 휴대폰번호 남겨주시면 문자드릴게요.⏬실시간 채팅주문은 클릭후 대화신청해주세요▼▼👉🏻 http://pf.kakao.com/_BkhQT/chat⏬24시셀프주문(카드,무통장OK)⏬👉🏻 http://bit.ly/2J3peKw 윤학남16시간전010 5312 7568 주문 하고싶은데 몰라서요 윤학남16시간전010 5312 7568 주문 하고싶은데 몰라서요 옷잘아는언니15시간전🌹주문방법🌹🔊댓글주문시 휴대폰번호 남겨주시면 문자드릴게요.🔊댓글주문시 휴대폰번호 남겨주시면 문자드릴게요.⏬실시간 채팅주문은 클릭후 대화신청해주세요▼▼👉🏻 http://pf.kakao.com/_BkhQT/chat⏬24시셀프주문(카드,무통장OK)⏬👉🏻 http://bit.ly/2J3peKw 옷잘아는언니15시간전🌹주문방법🌹🔊댓글주문시 휴대폰번호 남겨주시면 문자드릴게요.🔊댓글주문시 휴대폰번호 남겨주시면 문자드릴게요.⏬실시간 채팅주문은 클릭후 대화신청해주세요▼▼👉🏻 http://pf.kakao.com/_BkhQT/chat⏬24시셀프주문(카드,무통장OK)⏬👉🏻 http://bit.ly/2J3peKw 경기 이효주3시간전77주문요 경기 이효주3시간전77주문요 댓글 입력은 카카오톡 모바일 앱에서 가능합니다.카카오톡앱에서 댓글 달기