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.

Clone this wiki locally