jumpingchu / PChome-AutoBuy

【Python / Selenium】使用爬蟲自動化購買 PChome 商品
BSD 2-Clause "Simplified" License
111 stars 49 forks source link

get_product_status時出現 HTTP 403(Forbidden) #31

Open markoo0706 opened 6 months ago

markoo0706 commented 6 months ago

執行程式碼後發現在get_prodcut_status函數中requests.get(api_url)時出現報錯,檢查 resp.status_code 後發現是 HTTP 403,不知道是否為pchome偵測到使用爬蟲工具而被拒絕連線,想問問各位大大有沒有什麼解決的方法,感謝。