BoboBot

Version, currently master branch1 version
  • master branchlatestApr 25, 2017

github.com/sonny8988/bobobot

HipChat bot for lunch

7 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  BoboBot:
    github: sonny8988/bobobot
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
no constraint declared
License
MIT
Author
Indra 'Sonny' Wicaksono

Dependencies

Runtime Dependencies

  • kemal0.11.2github: sdogruyol/kemal

README

# BoboBot

HipChat bot for lunch

## Installation

1. Install crystal
2. Install Shards
3. Compile
4. Run
5. Eat Lunch


## Usage
Connect HipChat webhook to the /room_message end point


## Contributing

1. Fork it ( https://github.com/[your-github-name]/BoboBot/fork )
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create a new Pull Request

## Contributors

- [sonny8988](https://github.com/sonny8988) Indra Wicaksono - creator, maintainer