Skip to content
dylanetaft edited this page Oct 10, 2016 · 8 revisions

Welcome to the ScriptyMumBot wiki! Warning, this is barely usable, but seems to be stable, and profilers show no memory leaks.

#Building#

##MACOS Sierra## Makefile SHOULD work, this is my primary build machine. switch G++ to clang++ maybe. You'll need to install the same prereqs as Ubuntu below. Can pull gnutls and some others from homebrew. protobuf and grpc install from git as described in the Ubuntu instructions.

##Ubuntu## Tested on 16.04 LTS

Install prereqs

Compile ScriptyMumBot

##Using ScriptyMumBot##

Good Luck 😆

  • ./bot launches bot, standalone it does nothing but provides a GRPC interface for scripts to add functionality
  • scripts/ScriptyMumBotMPDClient.py will, for example, allow you to queue youtube videos to play back over the bot.
    • Requires Music Player Daemon and client - apt-get install mpd mpc ncmpc
    • requires youtube-dl script, follow this https://rg3.github.io/youtube-dl/download.html
    • Launch mpd with provided config file under mpd subdirectory
    • !help inside Mumble chan for a list of commands and uses - currently !add, !vol, !list !help
Clone this wiki locally