https://github.com/z0rr0/mtbot
MyTeam event notification bot
https://github.com/z0rr0/mtbot
bot myteam
Last synced: 6 months ago
JSON representation
MyTeam event notification bot
- Host: GitHub
- URL: https://github.com/z0rr0/mtbot
- Owner: z0rr0
- License: mit
- Created: 2021-09-27T15:52:57.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-24T11:05:36.000Z (over 4 years ago)
- Last Synced: 2025-10-13T13:12:21.355Z (9 months ago)
- Topics: bot, myteam
- Language: Go
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MtBot



MyTeam event notification bot.
## Build
```shell
go install .
```
### Test
```
go test -race -cover -v ./...
```
### Run
Config example file is config.toml
```shell
./mtbot -config $COFIG_FILE
```
## License
This source code is governed by a MIT license that can be found
in the [LICENSE](https://github.com/z0rr0/mtbot/blob/main/LICENSE) file.