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: 4 months 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 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-05T08:33:04.000Z (almost 8 years ago)
- Last Synced: 2025-04-06T12:27:04.609Z (10 months ago)
- Topics: github-api, github-app, probot-app, webhooks
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- 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.