Skip to content
This repository has been archived by the owner on Oct 25, 2020. It is now read-only.
/ kreta-api-python Public archive

Megvalósított api a kréta rendszerhez, Pythonban.

License

Notifications You must be signed in to change notification settings

boapps/kreta-api-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

kreta-api-python

Megvalósított api a kréta rendszerhez, Pythonban.

Példa:

from kreta_api import *

student = Student("klik00000000","7000000000","xxxxxxxxxx") # a tanuló adatait inicializáljuk
student.refresh_bearer() # azonosító kód lekérése
student.refresh_student() # tanuló adatainak lekérése

print(student) # tanulóhoz tartozó adatok kiírása
print(student.name) # tanuló nevének kiírása
print(student.evaluation_list[0].subject) # ebből a tantárgyból kapta a legújabb jegyet

TODO:

  • docs
  • error handling

About

Megvalósított api a kréta rendszerhez, Pythonban.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages