Skip to content

pfldy2850/yscec-crawler2

Repository files navigation

YSCEC CRAWLER 2

It is a crawler for yonsei university's students to make it easy to confirm YSCEC data.


blog: http://dytis.tistory.com/39


YSCEC CRAWLER 1

blog: http://dytis.tistory.com/6
github: https://github.com/pfldy2850/YSCEC-CRAWLER



Requirements

npm version : 5.4.0
node version : v8.4.0



Install

Install required modules wrote down in package.json.

npm i

One time crawling

YSCEC data is crawled only once.

npm start o

Scheduled crawling

YSCEC data is crawled every hour.

npm start s

Required data

  • id : enter your YSCEC account.
  • password : enter your YSCEC account password.
  • rcv_email : enter your mail account to receive notice mail. (ex: pfldy2850@gmail.com)
  • snd_google_email : enter your google mail to send notice mail. (ex: pfldy2850@gmail.com)
  • snd_google_password : enter your google mail password to send notice mail.

Generated data files

  • courseInfo.json : This is the file that records your YSCEC data.
  • secret.json : This is the file that records your YSCEC account data.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published