Categorygithub.com/brettbuddin/victor
modulepackage
0.4.1
Repository: https://github.com/brettbuddin/victor.git
Documentation: pkg.go.dev

# README

Victor

Build Status

Victor is a library for creating your own chat bot.

We use Victor as the backbone of our bot, Virbot, within our team Slack chat at Virb (http://virb.com). We use him for all sorts things like:

  • Deploying code
  • Preparing/initiating builds of our projects
  • Viewing information about our infrastructure
  • CDN operations
  • Jokes and laughs

Supported Services

I currently have adapters written for Slack and Campfire, however more are to come. Writing an adapter for your favorite service is a good way to contribute to the project :wink:.

Making Him Your Own

Victor is more of a framework for constructing your own bot so he doesn't do a whole lot out-of-the-box. I'll be adding more default behavior to him as time progresses. You can use the programs located in examples/ as starting points to create your own executable.

# Packages

No description provided by the author
No description provided by the author

# Functions

New returns a robot.
OnlyAllow provides a way of permitting specific users to execute a handler registered with the bot.

# Structs

No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author