Telegram bot for Kyungpook National University Computer Science Department announcement.
Search knucse_notice_bot
to add bot.
- add
~/csebot/source/data/token.txt
that contains token for your bot sudo docker build -t notice_bot .
- run this
sudo docker run -d \
--name bot1 \
-v ~/csebot/source/data:/var/tmp/csebot/source/data \
notice_bot
- Done! Now your data is saved in
csebot/source/data/
- If you want to see logs,
docker logs -f bot1
only docker.