Skip to content

nooisy/kobot

Repository files navigation

kobot

short demo vid

kobot exchanges information between Discord and Max/MSP. its goal is to provide an interactive connection between live performers and their audience. kobot asks yes or no questions on which can be voted, the outcomes influence the performance and its live performers.

quick setup(tm)

get discord bot token

if you follow this guide you'll have one in 5 minutes. pick the permissions you need and invite your newborn bot to your server (kobot needs at least Send/Manage Messages, Read Message History and Add Reactions permissions).

ghost in the shell

kobot.js is configured to read some values from a config.json file. here's an example:

{
  "prefix": "whatever you want to use",
  "token": "put token here",
  "testchannel": "channel id"
}

also make sure to install the discord.js node module. if you configured everything correctly the bot should start after pressing the (script start) message in the maxpatch.

further reading

https://discordjs.guide/
https://discord.js.org/
https://docs.cycling74.com/nodeformax/api/

extra

https://audiomovers.com/ (audio over internet)

kobot was part of the 2020 online hku klankontwerp performance

About

discord bot that talks with max/msp

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published