Git Product home page Git Product logo

gumblebot's Introduction

gumblebot

A mumble bot using gumble

Features

  • Administration system (kick, ban, move)
  • Automatic image parsing and thumbnailing
  • Opt-in soundboard system, with welcome sounds
  • Fuzzy (strings.Index == 0) chat command parser

Installation

Requirements:

  • ffmpeg
  • libopus
  • Go, gumble
  1. Install dependencies, set $GOPATH and $GOROOT

  2. Clone into gumblebot/

git clone https://github.com/johnathanhowell/gumblebot
  1. Use go to install go deps
cd gumblebot/
go get ./...

Usage

Connect to locahost:1337 as gumblebot, with the root administrator defined as "luser", and "sandstorm.mp3" in the "sounds" folder

./gumblebot -root="luser" -server=localhost:1337 -sounds="sounds" -username="gumblebot"

(From mumble chat, in same channel as bot) opt-in to soundboard

sbon

Play sandstorm! (dudududu)

play sand

See "help" for more chat commands.

help

Register custom chat commands:

  • gumblebot.go:
parser.RegisterCommand("hello", "hello world",
	func(args []string, sender *gumble.User) {
		SendMumbleMessage(fmt.Sprintf("Hello, %s", sender.Name), client, client.Self.Channel)
})

Have fun!

License

The MIT License (MIT)

gumblebot's People

Contributors

avahowell avatar

Stargazers

Chinmay Pendharkar avatar  avatar

Watchers

James Cloos avatar  avatar  avatar

gumblebot's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.