Konu
Python Request Module Hatası
27-08-2022, 13:57:03
#1
rufiqcavadov
Merhaba. Python Request Modülünü kullanarak cookie bilgilerini çekip, json formatına dönüştürmek istiyorum. Fakat ne yaptıysam hata aldım.
import requests url = 'https://www.google.com/' response = requests.get(url) print(response.text)