Skip to main content

Module that shows the health of VKontakte platform.

Project description

VKhealth

Module that shows the health of VKontakte platform.

Requirements

  • Python (>= 3.5)

  • bs4 package

  • requests package

  • lxml package

  • json package

Usage

  • Install package from pypi.org.

  • Import it using import vkhealth.vkhealth as vkhealth command.

  • Run vkhealth.get() command.

Output Format

Output contains the JSON file that sees like that:

{

'module_name_1': {

working': true/false,

'ping': 1 [s],

'uptime': 100.0 [%]

},

'module_name_2': {

'working': true/false,

'ping': 1 [s],

'uptime': 100.0 [%]

}

...

}

Autor

Daniil Chizhevskij

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vkhealth-0.4.tar.gz (1.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page