Skip to content

Instantly share code, notes, and snippets.

View arhambelal753-ui's full-sized avatar

Arham belal arhambelal753-ui

View GitHub Profile
import requests
# Apni site ka sitemap URL yahan likho
url = "https://holehouse.xyz/sitemap.xml"
try:
response = requests.get(url, timeout=10)
if response.status_code == 200:
print("✅ Sitemap Found!")