https://github.com/yamadapc/botis
A GitHub bot for setting reminders on stuff.
https://github.com/yamadapc/botis
Last synced: 3 months ago
JSON representation
A GitHub bot for setting reminders on stuff.
- Host: GitHub
- URL: https://github.com/yamadapc/botis
- Owner: yamadapc
- License: mit
- Created: 2015-03-24T20:39:26.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-30T19:20:56.000Z (about 10 years ago)
- Last Synced: 2024-12-24T11:57:42.528Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 410 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
botis
=====
A GitHub bot for setting reminders on stuff.
## Usage
**botis** is a tiny command-line application. A very small web-service. It
requires a RedisDB instance to be running with `--notify-keyspace-events Ex`:
```bash
redis-server --notify-keyspace-events Ex
```Its usage message is reasonably self-explicative:
```Usage: botis [options]
Options:
-h, --help output usage information
-r, --repo The repository to watch
-u, --user The bot's user name
-t, --token A GitHub API token
-p, --redis-port [port=6379] A RedisDB port
-h, --redis-host [host=localhost] A RedisDB host
-l, --labels The issue labels to consider```
## Library Usage
The core logic is also exported as library. It's all documented, so I recomment
you to [read the JSDoc annotations in the code](https://github.com/yamadapc/botis/blob/master/lib/index.js).## License
This code is licensed under the MIT license for Pedro Tacla Yamada. For more
information please refer to the [LICENSE](/LICENSE) file.