1.78bapi / pinger.py
tfqdeadlo's picture
Create pinger.py
6778650 verified
Raw
History Blame Contribute Delete
306 Bytes
import time
import requests
# Yahan wahi URL dalein jisme ye file rakhi hai
URL = "https://tfqdeadlo-1-78bapi.hf.space"
while True:
try:
requests.get(URL)
print(f"Pinged {URL} successfully!")
except Exception as e:
print(f"Error: {e}")
time.sleep(300) # 5 minute