k.e.p-0l1n3-1 / main.py
alptangall's picture
Update main.py
3d23b19 verified
raw
history blame
484 Bytes
import requests
import time
from random import randrange
def ping(url):
return requests.get(url)
while True:
print(ping('https://alptangall-k-e-p-0l1n3.hf.space/123'))
print(ping('https://alptangall-testsss.hf.space'))
print(ping('https://alptangall-y0-str.hf.space'))
print(ping('https://alptangall-tt-4to.hf.space'))
print(ping('https://alptangall-space124.hf.space'))
print(ping('https://alptangall-tt0k-4ut0.hf.space'))
time.sleep(randrange(1,5))