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

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

 
 

Repository files navigation

This project is no longer maintained.

I moved on and do no longer use it. See the relevant ticket.







python-webuntis

Bindings for WebUntis API

import webuntis

s = webuntis.Session(
    username='api',
    password='api',
    server='webuntis.grupet.at:8080',
    school='demo_inf'
).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.

About

UNMAINTAINED -- Bindings for WebUntis

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL