https://github.com/gomjellie/pysaint
[deprecated] 유세인트 파이썬 클라이언트
https://github.com/gomjellie/pysaint
crawler sap soongsil unofficial
Last synced: about 1 year ago
JSON representation
[deprecated] 유세인트 파이썬 클라이언트
- Host: GitHub
- URL: https://github.com/gomjellie/pysaint
- Owner: gomjellie
- License: mit
- Created: 2018-08-09T17:14:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-22T09:04:32.000Z (over 1 year ago)
- Last Synced: 2025-03-30T16:39:35.812Z (about 1 year ago)
- Topics: crawler, sap, soongsil, unofficial
- Language: Python
- Homepage:
- Size: 314 KB
- Stars: 32
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: DOCS/README.md
- License: LICENSE
Awesome Lists containing this project
README
```python
import pysaint
res = pysaint.get('전공', ['2018'], ['2 학기'])
print(res)
res = pysaint.get('교양필수', range(2015, 2017), ['1 학기', '여름학기', '2 학기', '겨울학기'])
print(res)
res = pysaint.get('교양선택', (2016, 2017, 2018), ('1 학기', ))
print(res)
```