Name Last Update
desktop-app Loading commit data...
.gitignore Loading commit data...
.npmignore Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
functions.js Loading commit data...
global.js Loading commit data...
module.js Loading commit data...
npm-debug.log Loading commit data...
package.json Loading commit data...
screenshot_1.png Loading commit data...
screenshot_2.png Loading commit data...

klas-file-downloader

경희대학교 클라스의 강의실 페이지에서 강의자료를 다운받을 수 있는 데스크탑 어플리케이션과 npm 패키지입니다.

미리보기

youtube

스크린샷

  1. Mac / Windows Application

screenshot_2
  1. global package

screenshot_1

설치

  1. Mac / Windows Application

    1. Mac : https://s3.ap-northeast-2.amazonaws.com/sungjunyoung-repository/KLAS%E1%84%91%E1%85%A1%E1%84%8B%E1%85%B5%E1%86%AF%E1%84%83%E1%85%A1%E1%84%8B%E1%85%AE%E1%86%AB%E1%84%85%E1%85%A9%E1%84%83%E1%85%A5.dmg > Mac : DMG 파일을 설치한 후 파인더에서 ~/Applications/KLAS파일다운로더 를 찾아 오른쪽클릭 후 열기
    2. Windows : https://s3.ap-northeast-2.amazonaws.com/sungjunyoung-repository/KLASFD-Setup.exe > 64bit 에서만 정상적으로 동작합니다.
  2. npm global package

    npm install -g klas-file-downloader
    
  3. npm module

    npm install --save klas-file-downloader
    

    일단은 써놨는데 부끄러워서 사용법은 써놓지 않겠습니다. ><

사용법

  1. npm global package

    1. 강의의 특정 챕터의 파일만 다운로드하기 klasFD -i 2012104095 -p \!123123\*123
    2. 강의의 전체 자료 다운로드하기 klasFD -i 2012104095 -p \!123123\*123 --all > WARNING!! 패스워드가 @ 이외의 특수문자를 포함하고 있다면, 패스워드 앞에 \ 를 붙여주어야 합니다.

Options

Global Options

  1. -h / --help : 도움말
  2. -i / --id : [required] 학번
  3. -p / --pw : [required] 비밀번호
  4. -d / --downloadPath : 다운로드 받을 경로
  5. -a / --all : 추가 시 선택한 강의의 전체 강의자료 다운로드

MIT License

Copyright (c) 2017 Junyoung, Sung

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.