Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gomjellie/pysaint
[deprecated] 유세인트 파이썬 클라이언트
https://github.com/gomjellie/pysaint
crawler sap soongsil unofficial
Last synced: 6 days ago
JSON representation
[deprecated] 유세인트 파이썬 클라이언트
- Host: GitHub
- URL: https://github.com/gomjellie/pysaint
- Owner: gomjellie
- License: mit
- Created: 2018-08-09T17:14:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-22T09:04:32.000Z (2 months ago)
- Last Synced: 2025-01-09T16:53:41.387Z (13 days ago)
- Topics: crawler, sap, soongsil, unofficial
- Language: Python
- Homepage:
- Size: 314 KB
- Stars: 32
- Watchers: 5
- 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)```