All Projects → cheese10yun → KaKaoBot-Node

cheese10yun / KaKaoBot-Node

Licence: other
목포대학교 카카오봇

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to KaKaoBot-Node

chatbot-seminar
Kakao Chatbot with Deep Learning Tutorials
Stars: ✭ 21 (-41.67%)
Mutual labels:  kakaotalk-bot
lostark-wait-notifier
🐤️ Lost Ark wait notifier
Stars: ✭ 38 (+5.56%)
Mutual labels:  kakaotalk-bot
GitMessengerBot-Android
타입스크립트, V8 엔진의 자바스크립트, 파이썬 그리고 Git을 지원하는 최첨단 메신저 봇!
Stars: ✭ 51 (+41.67%)
Mutual labels:  kakaotalk-bot

HitCount

카카오 봇

개발 위키 참고

옐로우 아이디 친구 추가

기능

  • 기존관 오늘 식단
  • BTL 오늘 식단
  • 하교 광주 시간표 (이미지)

매일 12시 45분 오늘의 식단표가 변경됩니다.

  • 목포 하교 시간표
  • 기능 추가요청 (깃허브 이슈 페이지)

  • 하교 시간표 이미지

기술스펙

  • Node.JS
  • Redis
  • Node Cron link

프로젝트 실행 방법 (Mac 기준)

Redis 설치 및 실행

$ wget http://download.redis.io/redis-stable.tar.gz
$ tar xvzf redis-stable.tar.gz
$ cd redis-stable
$ make
$ redis-server

Node 설정 및 실행

$ [sudo] npm install pm2 -g
$ cd Node-Boot/
$ [sudo] npm install
$ cd bin/
$ pm2 start www --name <APP_NAME>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].