Skip to content

Instantly share code, notes, and snippets.

@bosdurum
bosdurum / tckimlikdogrulama.py
Created April 23, 2024 18:00 — 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"