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))