Skip to content

peterbaumert/pywhatsup

Repository files navigation

pywhatsup

PyPI - Downloads GitHub PyPI

Still work in progress :)

usage

from pywhatsup import api

whatsup = api("https://whats.up.gold:9644", "user", "password")

dev = whatsup.devices(id=422)
interfaces = dev.interfaces.all()
int = dev.interfaces.get("1502")
poll = dev.config.get("polling")

Changelog

WORK IN PROGRESS

  • cleaning up and fixing

0.0.1 (2022-06-01)

  • first working version

About

WhatsUp Gold Api Wrapper for Python

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages