Skip to content

Piop2/Neis_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neis API

PyPI version PyPI downloads ./LICENSE

Neis API는 나이스 API를 활용할 수 있게 도와주는 패키지입니다.
나이스 API에 대한 자세한 설명은 나이스 교육 개방 포털에서 보실 수 있습니다.

설치

PYPI를 이용한 설치

아래 명령어로 간단하게 설치할 수 있습니다.

pip install Neis-API

아래 명령어로 패키지를 업그레이드 할 수 있습니다

pip install -U Neis-API

github에서 설치

Neis_API레포의 release를 보면 .whl파일이 업로드 되어있습니다.

개발 버전은 acions의 artifacts에서 확인하실 수 있습니다.

이를 다운받아 아래의 명령어를 실행합니다.

pip install [.whl 파일 경로 및 이름]

예제

급식 메뉴 받아오기

import Neis_API

data = Neis_API.meal.meal_date(region=Neis_API.R_SEOUL, school_code="7010080", date="20220613")
print(data.lunch)

도움주신 분