TEST_WIN GIT

This commit is contained in:
2025-10-20 12:33:39 +03:00
parent 59e892193b
commit ac4bab26a0
136 changed files with 4062807 additions and 0 deletions

16
stats.py Normal file
View File

@@ -0,0 +1,16 @@
import requests
import json
url = "https://org.infobasket.su/Widget/GetOnline/921412?format=json&lang=ru"
response = requests.get(url)
response.raise_for_status()
data = response.json()
# print(data)
team1 = data["GameTeams"][0]
team2 = data["GameTeams"][1]
print(team1)