Skip to content

Instantly share code, notes, and snippets.

View hanimyenen9-cell's full-sized avatar

hanimyenen9-cell

  • Joined May 10, 2026
View GitHub Profile
@hanimyenen9-cell
hanimyenen9-cell / tckimlikdogrulama.py
Created May 10, 2026 19:52 — 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"