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!
- Host: GitHub
- URL: https://github.com/carbonfive/kablammo-template
- Owner: carbonfive
- License: mit
- Created: 2013-09-20T04:09:22.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2019-10-09T17:55:25.000Z (over 6 years ago)
- Last Synced: 2025-07-28T21:50:33.820Z (11 months ago)
- Language: Ruby
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 67
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.