Skip to content

Instantly share code, notes, and snippets.

@azurenekowo
Created December 27, 2023 14:32
Show Gist options
  • Save azurenekowo/b5d483bc4c9085fc5e2caeab9fb21f8c to your computer and use it in GitHub Desktop.
Save azurenekowo/b5d483bc4c9085fc5e2caeab9fb21f8c to your computer and use it in GitHub Desktop.
import requests
resp = requests.get('https://space.azuree.moe/api/status')
print(resp.text)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment