tb

Version, currently master branch1 version
  • master branchlatestMay 15, 2022

github.com/greenbigfrog/tipbot-common

Common code one needs when developing cross platform tipbots

0 stars
2 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  tb:
    github: greenbigfrog/tipbot-common
    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
*
License
MIT
Author
Jonathan B.

Dependencies

Runtime Dependencies

  • pg*github: greenbigfrog/crystal-pg, branch: add-bigdecimal
  • raven*github: sija/raven.cr, branch: develop
  • bitcoin_rpc*github: citizen428/bitcoin_rpc

Development Dependencies

  • ameba*github: veelenga/amebadev

README

tipbot-common

Contains common code you'll need across various platforms when writing a tip bot. Not intended to actually be used by anyone else.

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      tb:
        github: greenbigfrog/tipbot-common
  2. Run shards install

Usage

require "tb"

TODO: Write usage instructions here

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/greenbigfrog/tipbot-common/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