Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cob16/go-butler
https://github.com/cob16/go-butler
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cob16/go-butler
- Owner: cob16
- License: gpl-3.0
- Created: 2016-05-11T19:27:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-16T02:17:06.000Z (over 6 years ago)
- Last Synced: 2024-06-20T13:29:37.990Z (5 months ago)
- Language: Go
- Size: 47.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-butler
A mumble bot based on the [Gumble libary](https://github.com/layeh/gumble/)[![Build Status](https://drone.io/github.com/njdart/go-butler/status.png)](https://drone.io/github.com/njdart/go-butler/latest)
##To run
**(Requires golang)**
- ```git clone https://github.com/njdart/go-butler.git```
- ```cd go-butler```
- ```cp ./config.json.example ./config.json```
- Edit config as necessary
- ```go run go-butler.go```## Features
- [x] Load from config file
- [x] Load acess tokens
- [x] Get steam api status such as item servers etc [steam gauges](https://steamgaug.es/docs)
- [x] Format source connect cmds to button and give the connect to newly connected users## Dev Features
- 'Modular' commands
- Logging## Todo
- [ ] Functional tests agent a real mumble sever? (test bot end to end)
- [ ] check ACL's so that cmds can be made admin only
- [ ] Be able to talk back to users