Spaces:
Running
Running
File size: 589 Bytes
dfc35ce a3e8445 54f4fe8 dfc35ce 977f976 54f4fe8 603ab05 90bb213 bd2b47e 25bdc04 5b78af8 3d23b19 ece714b 7768010 54f4fe8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
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'))
ping('https://alptangall-ben-a-c-b.hf.space/')
ping('https://alptangall-k-e-p-0l1n3-1.hf.space')
time.sleep(randrange(1,5)) |