FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

python-webuntis/python-webuntis: Bindings for WebUntis · GitHub

Repository files navigation

python-webuntis

Bindings for WebUntis API

import webuntis

with webuntis.Session(
    username='name',
    password='passwd',
    server='webuntis.grupet.at:8080',
    school='demo_inf',
    useragent='WebUntis Test'
).login() as s:
    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.

This project is now maintained again. It was originally written by untitaker

About

Bindings for WebUntis

Resources

Stars

79 stars

Watchers

9 watching

Forks

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL