Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bsmth/orgbots

:robot: Automate some commits to a repo of your choice
https://github.com/bsmth/orgbots

bots github octokit rubygem

Last synced: 25 days ago
JSON representation

:robot: Automate some commits to a repo of your choice

Awesome Lists containing this project

README

        

# Orgbots

[![Maintainability](https://api.codeclimate.com/v1/badges/e7869a167fd6a7547925/maintainability)](https://codeclimate.com/github/tcob/orgbots/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/e7869a167fd6a7547925/test_coverage)](https://codeclimate.com/github/tcob/orgbots/test_coverage)
[![Build Status](https://travis-ci.org/tcob/orgbots.svg?branch=master)](https://travis-ci.org/tcob/orgbots)

## Install dependencies

$ bundle install

## Usage

Add a config file `orgbot.env` in the project root with your configs in the format:

```bash
OCTOKIT_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
REPO=someuseraccount/testrepo
```

To retrieve the access token, navigate to https://github.com/settings/tokens in the github account that will be making commits and generate a new token.

## Committing using orgbot

```bash
rake run
```