This commit is contained in:
2026-07-09 14:15:38 +03:00
commit 8127789b08
8 changed files with 368 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
import requests
def get_status_data():
url = 'https://life.itguy.ro/lifeapi/status.html'
data = requests.get(url).json()
return data