jnst / fav

Hubot project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ファヴ

fav

fav is a chat bot built on the Hubot framework. It was initially generated by generator-hubot, and configured to be deployed on Heroku to get you up and running as quick as possible.

This README is intended to help get you started. Definitely update and improve to talk about your own instance, how to use and deploy, what functionality is available, etc!

Running fav Locally

You can test your hubot by running the following, however some plugins will not behave as expected unless the environment variables they rely upon have been set.

You can start fav locally by running:

% HUBOT_SLACK_TOKEN=xoxb-YOUR-TOKEN-HERE ./bin/hubot --adapter slack

You'll see some start up output and a prompt:

[Sat Feb 28 2015 12:38:27 GMT+0000 (GMT)] INFO Using default redis on localhost:6379
fav>

Then you can interact with fav by typing fav help.

fav> fav help
fav animate me <query> - The same thing as `image me`, except adds [snip]
fav help - Displays all of the help commands that fav knows about.
...

About

Hubot project

License:MIT License


Languages

Language:CoffeeScript 91.6%Language:Shell 4.2%Language:Batchfile 4.2%