Skip to content
This repository has been archived by the owner on Mar 30, 2020. It is now read-only.
/ dimibob-py Public archive

한국디지털미디어고등학교 급식 데이터 크롤러

License

Notifications You must be signed in to change notification settings

chalkpe/dimibob-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dimibob-py

한국디지털미디어고등학교 급식 데이터 크롤러

설치

$ pip install dimibob

사용법

>>> from pprint import pprint
>>> from dimibob import Dimibob
>>> pprint(Dimibob(year=1234).fetch(page=15)[0])
{'added': '2018-01-26',
 'breakfast': '소고기무국/쌀밥/비엔나볶음/새우크런치/미역줄기볶음/포기김치/파인애플/한국야쿠르트',
 'date': '1234-04-08',
 'dinner': '오삼불고기덮밥/상추채/배추된장국/부추전/호박느타리버섯/콩나물무침/포기김치/오렌지',
 'lunch': '치즈돈가스/김치볶음밥/양송이스프/감자볼/꼬들단무지/후르츠샐러드/포기김치/바나나',
 'snack': '초코머핀/딸기우유'}

About

한국디지털미디어고등학교 급식 데이터 크롤러

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages