Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/philschatz/jeeves-bot
https://github.com/philschatz/jeeves-bot
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/philschatz/jeeves-bot
- Owner: philschatz
- License: isc
- Created: 2018-01-30T03:43:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-04T03:17:14.000Z (almost 7 years ago)
- Last Synced: 2024-11-19T15:56:29.752Z (2 months ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 0
- Watchers: 2
- 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
# jeeves
> a GitHub App built with [probot](https://github.com/probot/probot) that does my mundane tasks for me
## Setup
```
# Install dependencies
npm install# Run the bot
npm start
```See [docs/deploy.md](docs/deploy.md) if you would like to run your own instance of this app.