Telegram bot that notifies when a new version of minecraft is released. Check it out at https://t.me/minecraft_update
To run this project, you will the following environment variables. Can be passed as cli arguments
MINE_TOKEN
Telegram bot token
MINE_CHANNEL
Telegram chat id to send notifications
MINE_LOG_CHANNEL
Telegram chat id to send log
minecraft -token abcd -channel 123456789
Clone the project
git clone https://github.com/MrMarble/minecraft-update-go
Go to the project directory
cd minecraft-update-go
Install dependencies
go get
Run process
task run -- -channel 123456789 -token abcdefg