Telegram Bot for Moontography
$ git clone https://github.com/moontography/moontography-telegram-bot
$ cd moontography-telegram-bot
TELEGRAM_BOT_TOKEN
- Telegram Bot Token (set in .env
or pass as -e
in docker run
command)
# build docker image
$ docker build -t moontography-telegram-bot .
# run docker container
$ docker run -d moontography-telegram-bot
$ heroku container:push --recursive
$ heroku container:release web worker