Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.06 KB

README.md

File metadata and controls

38 lines (29 loc) · 1.06 KB

meatspackles

Meatspac.es Bots

Heavily inspired by wearefractal/meatbot and taotetek/meatmonsters.

Submitting a Bot

To submit a bot create a new folder in the /bots directory with:

  • A bot.json file
  • Relevant GIFs – GIFs should be 135 x 101px and loop unless they're completely static. (You can use http://ezgif.com/resize to resize GIFs if you need to.)

bot.json

{
  "trigger": "!metal",         // A regex or string to look for in messages
  "caseSensitive": false,      // [Optional] Defaults to false
  "gifs": ["metal1.gif", ...]  // [Optional] A path or array of paths
  "messages": ["METAL!"],      // [Optional] A string or array of strings
}

TODO

  • Automated restarts
  • Actual documentation
  • Tests?
  • Generate bot listing (GH-Pages)
  • Meatmonsters emulation (thanks @gggritso)
  • More custom bots
  • Compatibility with meatspace-chat-v2