this package is a simple non official SDK for DULMS
this package is still in development and the responses are pure from the server without any sanitization
pip install delta-sdkfrom delta_sdk import delta_authauth = delta_auth.Auth("https://dulms.deltauniv.edu.eg")
auth.login("USERNAME", "PASSWORD")auth = delta_auth.Auth("https://dulms.deltauniv.edu.eg")
auth.login("USERNAME", "PASSWORD")
data = auth.get_user_data()
print(data)auth = delta_auth.Auth('https://dulms.deltauniv.edu.eg')
auth.login("USERNAME", "PASSWORD")
data = auth.get_assignments()
print(data)auth = Auth('https://dulms.deltauniv.edu.eg')
auth.login("USERNAME", "PASSWORD")
data = auth.get_quizzes()
print(data)auth = Auth('https://dulms.deltauniv.edu.eg')
auth.login("USERNAME", "PASSWORD")
cookies = auth.get_cookies()
print(coockies['Id'])the coockies are stored in a dict with the following keys
- Id
- ASP.NET_SessionId