https://github.com/mixinnetwork/githook-bot
A Mixin Messenger bot for GitHub Webhooks
https://github.com/mixinnetwork/githook-bot
Last synced: 4 months ago
JSON representation
A Mixin Messenger bot for GitHub Webhooks
- Host: GitHub
- URL: https://github.com/mixinnetwork/githook-bot
- Owner: MixinNetwork
- Created: 2020-04-03T03:59:07.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-02-05T15:04:38.000Z (over 1 year ago)
- Last Synced: 2025-10-21T07:56:04.728Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 146 KB
- Stars: 2
- Watchers: 10
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# githook-bot
### 1. Install
```
yarn install
```
### 2. Config
replace `config.tpl.json` to `config.json`
fill it
### 3. Start
```
node app.js
```