Skip to content

yubinTW/NCTU_GYM_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NCTU GYM bot

Telegram bot for query NCTU GYM count

Before you run this bot

Setup env

  • Install Python 3
  • Install pipenv
$ pip install pipenv
  • Install deps
$ pipenv install

Set Token

cp config.json.sample config.json
vim config.json
# paste your bot token

Run the bot

$ pipenv run python3 ./app/main.py

Run with docker

cd NCTU_GYM_bot
docker build -t nctu_gym_bot .
docker run --name nctu_gym_bot -d nctu_gym_bot

About

查詢交大健身房人數的 Telegram Bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published