Giter Site home page Giter Site logo

dimibob-py's Introduction

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': '초코머핀/딸기우유'}

dimibob-py's People

Contributors

chalkpe avatar hjh010501 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

hjh010501

dimibob-py's Issues

2019년 크롤링 문제

dimibob-py/dimibob/init.py 57~58줄

if __name__ == '__main__':
    print(Dimibob(year=2018).fetch(page=2))

에 있는 2018년을 2019년으로 바꿔야될꺼 같아요..ㅠㅠ

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.