Skip to main content

Module that shows the current health of the VKontakte platform

Project description

VKhealth

Python 3.5 GPL v3

Module that shows the health of VKontakte platform.

Requirements

bs4 >= 0.0.1

lxml >= 4.0

requests >= 2.0

Usage

  • Install package from pypi.org.

  • Import it using import vkhealth command.

  • Run vkhealth.get() method.

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

Email address

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.6.tar.gz (2.2 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