About the Project
- E-campus를 활용하여 해당 날짜에 완료되지 않은 과제나 일정이 있는 지 알려줍니다.
- 해야할 일이 없다면 챗봇과의 대화를 통해 사용자 맞춤 일정을 추천해줍니다.
- 조건에 맞는 목적지를 지도와 함께 전송합니다.
Requirements
Name | Version |
---|---|
firefox | 100.0.2 |
nodejs | 16.15.0 |
npm | 8.10.0 |
geckodriver | 0.31.0-linux64 |
Installation
$ wget -c https://github.com/mozilla/geckodriver/releases/download/v0.31.0/geckodriver-v0.31.0-linux64.tar.gz -O - | tar -xz
$ npm install
and add setting.json at root directory for channel access
{
"channel_access": "<Channel Access Token>",
"domain": "<Domain>",
"id": "<ECampus ID>",
"pw": "<ECampus PW>"
}
Usage
일정이 없는 경우
일정이 있는 경우
Roadmap
- 날씨 정보 받아오기
- E-campus 일정 받아오기
- 챗봇과의 대화를 통해 목적지 추려내기
- 목적지 정보 지도로 반환하기
Contributing
Fork this project
Clone the project
Create your own branch
Commit your changes
Push it to the Branch
Open a pull request
License
Distributed under the MIT License. See LICENSE for more information.
Contact
- 신원형(2018102202) : swh8059@khu.ac.kr
- 최유정(2019102235) : myyou331@khu.ac.kr
- 김연우(2021105581) : yeonwx@khu.ac.kr
Project Link : http://khuhub.khu.ac.kr/2018102202/study-or-enjoy