Skip to content

leeyongjoo/crawler-algorithm-problem-old

Repository files navigation

crawler-algorithm-problem

  • Programmers: 해결할 문제의 정답 양식, 입력값, 출력값을 가져와서 파일로 저장
  • CodeUp: 해결한 문제의 소스코드를 가져와서 파일로 저장

Requirements

  • Python 3.x
  • requests, selenium, bs4, lxml, json
pip install -r requirements.txt

해결할 문제 가져와서 자동으로 세팅 (.py 파일 생성)

  1. 문제의 레벨 입력 (레벨별 폴더를 나누기 위함)
  2. 문제의 URL 입력

example_programmers1 example_programmers3 example_programmers3

해결한 문제의 소스코드 가져오기

로그인 필요

  1. CodeUp 자동 로그인(로그인 정보는 json file 로드하여 사용)
  2. 문제집 선택
  3. 해당 문제집의 문제 중에서 해결한 문제의 소스코드 수집
  4. 해당 문제집 폴더에 .py 파일로 저장

example_codeup1 example_codeup2

About

알고리즘 문제 크롤러

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages