Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/itaditya/bot-bot-brain
- Owner: itaditya
- License: isc
- Created: 2018-02-19T17:40:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-05T08:33:04.000Z (almost 7 years ago)
- Last Synced: 2024-11-01T06:42:32.580Z (3 months ago)
- Topics: github-api, github-app, probot-app, webhooks
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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.