0
Good staff I have a question totally focused on studies and not to harm anyone If I make web requests and put inside an infinite loop can take the site off the air? Example of the code below in python
import requests
while True:
r = requests.get("site")
if(r.status_code == 200):
print("Atacando site")
else:
print("Site fora do ar")
like this code just to get it. and I’m sorry for anything
print("Atacando site")
... really, it seems to be only for studies.. hahahha– fernandosavio