hubot-btc
v1.0.3
Published
Hubot script for bitcoin accounting
Downloads
1
Maintainers
Readme
hubot-btc
Hubot script for bitcoin management.
dependency
- hubot-redis-brain
Commands available
- add : Attach address to your user
- rm | delete | remove : Detach from the current user. Index is provided by the "list" command.
- list : list addresses from the current user
- check : Get balance from the address provided
- balance : Get the balance of the current user
- transaction : List latest transaction of the current user
- price : value of bitcoin
- p : alias for price
Installation
Download the latest version from npm
npm install hubot-bitcoin
Add dependency to your hubot external script: external-scripts.json
[
//....
"hubot-redis-brain",
"hubot-bitcoin"
//....
]
TODO
- [ ] Refactoring
- [ ] i18n