Skip to content

Instantly share code, notes, and snippets.

View yusufdikmen346-sys's full-sized avatar

yusufdikmen346-sys

View GitHub Profile
@iKlotho
iKlotho / tckimlikdogrulama.py
Last active January 24, 2026 13:45
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"