https://github.com/fsniper/azure_status
Azure Status Health page scraper
https://github.com/fsniper/azure_status
Last synced: 7 months ago
JSON representation
Azure Status Health page scraper
- Host: GitHub
- URL: https://github.com/fsniper/azure_status
- Owner: fsniper
- License: mit
- Created: 2019-01-11T09:55:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-11T10:08:22.000Z (over 7 years ago)
- Last Synced: 2025-10-02T03:29:06.740Z (10 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Azure Status
This is a python package which scrapes [Azure Status Health page](https://azure.microsoft.com/en-gb/status/)
## Usage
```
from azure_status import AzureStatus
a.status()
stats = a.status()
stat[0]
'Last updated 19 seconds ago'
stat[1]['americas']['compute']['virtual_machines']
{'east_us': 'good', 'east_us_2': 'good', 'central_us': 'good', 'north_central_us': 'good', 'south_central_us': 'good', 'west_central_us': 'good', 'west_us': 'good', 'west_us_2': 'good', 'canada_east': 'good', 'canada_central': 'good', 'brazil_south': 'good'}
```
All the keys are lower case, stripped, snake cased, and without any chars except [a-z0-9\ \.]