https://github.com/cgsdev0/kazoo-bot
https://github.com/cgsdev0/kazoo-bot
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cgsdev0/kazoo-bot
- Owner: cgsdev0
- Created: 2019-08-15T06:24:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-22T03:28:57.000Z (over 6 years ago)
- Last Synced: 2025-02-08T02:22:53.766Z (about 1 year ago)
- Language: Shell
- Size: 16.6 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## What is this?
don't worry about it
## How to use
1. Navigate to Kazoo
2. Sign in
3. Grab your `_session_id` cookie
4. Run `./setup [session-id]`
## Example Usage
```
$ ./kazoo "thanks to all these great peoples" 2 `./names-to-ids` $session
$ ./kazoo "also shoutout to these github users" 2 `./usernames-to-ids` $session
```
## Github PR watcher
Make a file called `github_api.json` that looks like this:
```json
{
"token": "YOUR_PERSONAL_GITHUB_TOKEN_HERE"
}
```
run `./setup-pr-approval-watcher`