Skip to content

Instantly share code, notes, and snippets.

@harun34111
harun34111 / tckimlikdogrulama.py
Created June 30, 2025 16:28 — forked from iKlotho/tckimlikdogrulama.py
TC kimlik no sorgulama python
import xml.etree.ElementTree as ET
import requests
url = "https://tckimlik.nvi.gov.tr/Service/KPSPublic.asmx?WSDL"
headers = {"content-type": "text/xml"}
# Change this
tc_no = "XXXXXXXXXXXX"
ad = "NAME"
soyad = "SURNAME"
@harun34111
harun34111 / tckimlikdogrulama.py
Created June 30, 2025 16:28 — forked from iKlotho/tckimlikdogrulama.py
TC kimlik no sorgulama python
import xml.etree.ElementTree as ET
import requests
url = "https://tckimlik.nvi.gov.tr/Service/KPSPublic.asmx?WSDL"
headers = {"content-type": "text/xml"}
# Change this
tc_no = "XXXXXXXXXXXX"
ad = "NAME"
soyad = "SURNAME"