cbeach / roomba

Roomba, a Github + Slack bot written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Roomba

"The annoying bot that keeps the house clean"

About this project

Roomba is a simple bot that queries GitHub and post relevant pending PullRequests to a slack room. Everything is configurable through environment variables and yml files.

Quick start

cp config/default.yml config/development.yml

  • Edit development.yml with relevant information (github org, repos, slack channel id and webhook)

  • Compile and run:

GITHUB_TOKEN=<your github token> make build && ./bin/cron

Dev

  • Install linter

GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.16.0

About

Roomba, a Github + Slack bot written in Go

License:MIT License


Languages

Language:Go 92.9%Language:Makefile 5.3%Language:Dockerfile 1.7%