1.0.3 • Published 4 years ago

hubot-btc v1.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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
1.0.3

4 years ago

1.0.2

6 years ago

1.0.1

7 years ago

1.0.0

8 years ago