Skip to content

pintman/python-webuntis

 
 

Repository files navigation

This project is now maintained again. It was originally written by untitaker <https://github.com/untitaker>
===============
python-webuntis

image

image

Bindings for WebUntis API

import webuntis

s = webuntis.Session(
    username='api',
    password='api',
    server='webuntis.grupet.at:8080',
    school='demo_inf',
    useragent='WebUntis Test'
).login()

for klasse in s.klassen():
    print(klasse.name)

read more...

Installation

pip install webuntis

License

python-webuntis is released under the 3-clause BSD license, see LICENSE for details.

Packages

No packages published

Languages

  • Python 99.9%
  • Makefile 0.1%