Skip to main content

iLms-NTHU API. An iLMS client for stduents, assistants and developers.

Project description

# iLMS NTHU

An iLMS client for stduents, assistants and developers.

## Sample code

```python
from ilms.ilms import User
from ilms.ilms import System as iLms

user = User('<user_id>', '<password>')
assert user.login()

ilms = iLms(user)

profile = ilms.get_profile()

for cou in ilms.get_courses():

for homework in cou.get_homeworks():

for handin in homework.handin_list:
pprint(handin.detail)
handin.download()

for material in cou.get_materials():
print(material.detail)
material.download()

print(cou.get_forum_list().result)
```

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ilms-nthu-0.0.1.zip (7.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page