https://github.com/mrmarble/minecraft-update-go
Minecraft update bot
https://github.com/mrmarble/minecraft-update-go
bot changelog go golang minecraft telegram
Last synced: 18 days ago
JSON representation
Minecraft update bot
- Host: GitHub
- URL: https://github.com/mrmarble/minecraft-update-go
- Owner: MrMarble
- License: gpl-3.0
- Created: 2021-06-22T11:11:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T01:11:15.000Z (almost 3 years ago)
- Last Synced: 2025-01-17T19:14:49.558Z (12 months ago)
- Topics: bot, changelog, go, golang, minecraft, telegram
- Language: Go
- Homepage: https://t.me/minecraft_update
- Size: 68.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minecraft release bot
Telegram bot that notifies when a new version of minecraft is released.
Check it out at https://t.me/minecraft_update
## Environment Variables
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
## Usage
```bash
minecraft -token abcd -channel 123456789
```
## Run Locally
Clone the project
```bash
git clone https://github.com/MrMarble/minecraft-update-go
```
Go to the project directory
```bash
cd minecraft-update-go
```
Install dependencies
```bash
go get
```
Run process
```bash
task run -- -channel 123456789 -token abcdefg
```