Skip to content

Instantly share code, notes, and snippets.

View alpkayasari1802's full-sized avatar

alpkayasari1802

  • Joined Oct 24, 2025
View GitHub Profile
@alpkayasari1802
alpkayasari1802 / tckimlikdogrulama.py
Created October 26, 2025 09:56 — 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"