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: about 1 year ago
JSON representation
:robot: Automate some commits to a repo of your choice
- Host: GitHub
- URL: https://github.com/bsmth/orgbots
- Owner: bsmth
- License: gpl-3.0
- Created: 2018-03-15T19:27:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-07T08:24:44.000Z (over 3 years ago)
- Last Synced: 2025-04-03T20:07:28.778Z (about 1 year ago)
- Topics: bots, github, octokit, rubygem
- Language: Ruby
- Homepage:
- Size: 141 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Orgbots
[](https://codeclimate.com/github/tcob/orgbots/maintainability)
[](https://codeclimate.com/github/tcob/orgbots/test_coverage)
[](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
```