플레이 데이터에서 열심히 수강하고 있는 학생들을 위해 주로 사용하는 기능들을 모은 챗봇입니다.
플레이 데이터 과목, 남은 수강 일자부터 매일매일 필요한 점심 메뉴, 날씨, 코로나 정보, 뉴스 정보, 그리고 쉬어갈 수 있는 게임까지 없는 거 빼고 다 있는 챗봇이니, 자주 이용해 주세요!
pip install pandas
: print_schedule.py, menuselect.py에서 엑셀 파일 읽을 때 사용pip install xlrd
: print_schedule.py, menuselect.py에서 엑셀 파일 읽을 때 사용pip install os
: print_schedule.py에서 os 레벨로 파일 위치를 파악할 때 사용pip install datetime
: print_schedule.py에서 현재 시간을 가져올 때 사용pip install requests
: weather.py, corona.py, news.py에서 웹 크롤링 시 사용pip install bs4
: weather.py, corona.py, news.py에서 웹 크롤링 시 사용pip install oracle_cx
: main.py에서 파이썬 변수 정보를 오라클 DB 연동에 사용 Github repository - python_chatbot
Technical Report 및 실행파일(google drive)