배송조회를 위한 크롤링소스
-
배송조회 API 1(파이썬 코드)배송조회를 위한 크롤링소스 2023. 3. 9. 15:08
from tracker import db import requests from bs4 import BeautifulSoup import time url = "https://www.hanjin.com/kor/CMS/DeliveryMgr/WaybillSch.do?mCode=MN038" postUrl = "https://www.hanjin.com/kor/CMS/DeliveryMgr/WaybillResult.do" driver.get(url) time.sleep(3) soup = BeautifulSoup(driver.page_source, 'html.parser') rsaModule = soup.select_one("#RSAModulus").get('value') rsaExp = soup.select_one("..