Skip to main content

Pukyong National University Smart-LMS Python client

Project description

부경대학교 Smart-LMS Python 클라이언트

사용법

import sys

from pknulms import LMSClient

lms = LMSClient()

if not lms.login('사용자 아이디', '사용자 비밀번호'):
    print('로그인에 실패했습니다.')
    sys.exit(0)

if lms.send_note('받는 사람 아이디', '제목', '내용'):
    print('쪽지 전송 성공')
else:
    print('쪽지 전송 실패')

lms.logout()

Download files

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

Source Distribution

pknulms-1.0.2.tar.gz (2.2 kB view hashes)

Uploaded Source

Built Distribution

pknulms-1.0.2-py2.py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 2 Python 3

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