Skip to content

fsniper/azure_status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure Status

This is a python package which scrapes Azure Status Health page

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\ .]

About

Azure Status Health page scraper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages