An open API service indexing awesome lists of open source software.

https://github.com/carbonfive/kablammo-template

Fork this repo to create a kablammo strategy!
https://github.com/carbonfive/kablammo-template

Last synced: 3 months ago
JSON representation

Fork this repo to create a kablammo strategy!

Awesome Lists containing this project

README

          

kablammo-template
=================

Fork this repo to create a kablammo strategy!

Read the strategy guide at https://github.com/carbonfive/kablammo-strategy/ to see how to write
a strategy. A good place to start is the example strategies in that repo:

* https://github.com/carbonfive/kablammo-strategy/blob/master/examples/aggressive.rb
* https://github.com/carbonfive/kablammo-strategy/blob/master/examples/defensive.rb
* https://github.com/carbonfive/kablammo-strategy/blob/master/examples/combination.rb

Edit strategy.rb:

* https://github.com/${YOUR_GITHUB_NAME}/kablammo-template/edit/master/strategy.rb

When you're ready to rock, copy your git URL and register your bot here:

http://kablammo.io/strategies/new

Testing
-------

Run tests with

```bash
bundle exec rspec
```

See [the kablammo-strategy testing docs](https://github.com/carbonfive/kablammo-strategy/blob/master/README.md#testing) for more information on testing your strategy.