Skip to content
/ csebot Public

텔레그램을 이용한 컴퓨터학부 공지봇

Notifications You must be signed in to change notification settings

00dhkim/csebot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csebot

Telegram bot for Kyungpook National University Computer Science Department announcement.

Search knucse_notice_bot to add bot.

How to Use

  1. add ~/csebot/source/data/token.txt that contains token for your bot
  2. sudo docker build -t notice_bot .
  3. run this
sudo docker run -d \
--name bot1 \
-v ~/csebot/source/data:/var/tmp/csebot/source/data \
notice_bot
  1. Done! Now your data is saved in csebot/source/data/
  2. If you want to see logs, docker logs -f bot1

Requirement

only docker.

About

텔레그램을 이용한 컴퓨터학부 공지봇

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published