| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
I moved on and do no longer use it. See the relevant ticket.
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)
pip install webuntis
python-webuntis is released under the 3-clause BSD license, see LICENSE for details.
| Back | FazBrowse Home | New Git URL |