Code Monkey home page Code Monkey logo

deliverbot's Introduction

deliverbot

Demo

Demo
jul-29-2018 19-26-14

Install

$ go get -u github.com/kishikawakatsumi/deliverbot

Usage

Basic

After install deliverbot, deliverbot execution binary is created under $GOPATH/bin. And it can used.

$ $GOPATH/bin/deliverbot --config ./config.toml

Advanced

deliverbot can specify other options. You can get these options from deliverbot --help.

 --config value, -c value  Load configuration *.toml
 --port value, -p value    Server port to be listened (default: "3000")
 --region value, -r value  Setting AWS region for tomlssm (default: "ap-northeast-1")
 --help, -h                show help
 --version, -v             print the version

Development

If you want to develop deliverbot based original bot, it proceed with development in the following procedure.

  1. $ cd $DELIVERBOT_INSTALL_DIRECTORY. Probably it will be under the $GOPATH/src/github.com/kishikawakatsumi/deliverbot/, If deliverbot installed to use go get.
$ cd $GOPATH/src/github.com/kishikawakatsumi/deliverbot/
  1. It necessary install dependencies.
$ make dep
  1. You start to edit awesome customization for deliverbot.
$ vim .
  1. You should make execution binary for local development. And after make build, you can get execution binary file for deliverbot.
$ make build
$ ls bin | grep deliverbot
deliverbot # You get awesome deliverbot.
  1. You can conform to execute your awesome deliverbot.
$ ./bin/deliverbot

It is okay to repeat from 3 to 5 steps. Enjoy development!

deliverbot's People

Contributors

kkishikawa-folio avatar kishikawakatsumi avatar sioncojp avatar bannzai avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.