https://github.com/jekyll/mojobot
The #jekyll IRC bot.
https://github.com/jekyll/mojobot
Last synced: 3 months ago
JSON representation
The #jekyll IRC bot.
- Host: GitHub
- URL: https://github.com/jekyll/mojobot
- Owner: jekyll
- Archived: true
- Created: 2014-06-08T23:01:39.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-03T21:24:22.000Z (about 11 years ago)
- Last Synced: 2024-05-23T02:03:20.897Z (over 1 year ago)
- Language: CoffeeScript
- Size: 168 KB
- Stars: 4
- Watchers: 7
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mojobot
A hubot hanging around in the [#jekyll room on IRC](https://botbot.me/freenode/jekyll/).
Forked from [mattetti/bottetti](https://github.com/mattetti/bottetti).
## Testing
To test mojobot, run `script/console`. This will load your `.env` file and run the hubot REPL.
## Custom Scripts
We're trying to limit our custom scripts. If you really think it's a good idea, then others probably want to use it, too! Consider writing it as an NPM module and adding it to the `package.json` and `external-scripts.json` files in this project. No need to isolate it in this one repo!
## Deploying
Mojobot is currently deployed to Heroku. To deploy, just `git push heroku master` and you're done.