Coder Social home page Coder Social logo

korea_univ_sugang_crawling's Introduction

고려대학교 개설예정과목 크롤링

반영 학기

학부

Num 학기
1 2022년 1학기
2 2022년 여름학기
3 2022년 2학기
4 2023년 1학기

대학원

Num 학기
1 2023년 1학기

타 학과 개설예정과목 크롤링 시

  • 전공과목영문코드 입력변수인 your_major에서 각 학과 코드만 바꿔서 입력하면 됨. (ex. 통계학과 : STAT)

학년도, 학기를 변경하고 싶은 경우

학부

url = "https://infodepot.korea.ac.kr/lecture1/lecsubjectPlanView.jsp?year=2023&term=1R&grad_cd=0136&col_cd=9999&dept_cd=4653&cour_cd=" + your_major + str(number)
  • 위 링크에서 year= 을 수정하면 학년도 변경.
  • 위 링크에서 term= 을 수정하면 학기 변경. (1학기 : 1R, 2학기 : 2R, 여름 계절학기 : 1S, 겨울 계절학기 : 2W)

대학원

url = "http://infodepot.korea.ac.kr/lecture1/lecsubjectPlanView.jsp?language=ko&year=2023&term=1R&grad_cd=0309&dept_cd=5497&cour_cd=" + your_major + str(number) + "&cour_cls=00"
  • 위 링크에서 year= 을 수정하면 학년도 변경.
  • 위 링크에서 term= 을 수정하면 학기 변경. (1학기 : 1R, 2학기 : 2R)

korea_univ_sugang_crawling's People

Contributors

jason2133 avatar

Watchers

 avatar

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.