Code Monkey home page Code Monkey logo

mybot's Introduction

Mybot

build Coverage Status Go Report Card GoDoc

Introduction

Mybot is a bot server to collect and broadcast information via social network.

Prerequisites

Make sure you've already created the following things:

  • Twitter account
  • Slack account

and you've installed Go 1.13.x or later.

Running from source

Run the below commands:

go get -d github.com/iwataka/mybot
cd $GOPATH/src/github.com/iwataka/mybot
go build
./mybot s(erve)

Running by using Docker

  1. simplest way

    docker run -d -p 8080:8080 iwataka/mybot
  2. docker with mounting volumes

    docker run -d -p 8080:8080 \
        -v ~/.cache/mybot:/root/.cache/mybot \
        -v ~/.config/mybot:/root/.config/mybot \
        -v ~/.config/gcloud:/root/.config/gcloud \
        iwataka/mybot
  3. docker-compose

    curl -fLO https://raw.githubusercontent.com/iwataka/mybot/master/docker-compose.yml
    docker-compose up -d
  4. k8s

    kubectl create namespace mybot
    kubectl apply -n mybot -f k8s

To use Google Cloud APIs

Mybot uses the following Google Cloud API:

To get authorized, run the following commands:

gcloud auth application-default login --scopes=https://www.googleapis.com/auth/cloud-platform,https://www.googleapis.com/auth/cloud-vision,https://www.googleapis.com/auth/cloud-language

mybot's People

Contributors

iwataka avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  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.