Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/itaditya/bot-bot-brain

The brain of bot-bot, my automation bot built on probot
https://github.com/itaditya/bot-bot-brain

github-api github-app probot-app webhooks

Last synced: about 1 month ago
JSON representation

The brain of bot-bot, my automation bot built on probot

Awesome Lists containing this project

README

        

# bot-bot

> a GitHub App built with [probot](https://github.com/probot/probot) that is used for all round automation for my personal use.

### Currently it -
* Welcomes issue openers with a positive message.

## Setup

```
# Install dependencies
npm install

# Run the bot
npm start

# Run the bot in code watch mode
npm run start:dev
```

See [docs/deploy.md](docs/deploy.md) if you would like to run your own instance of this app.