Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cfpb/cfpbot
:space_invader:
https://github.com/cfpb/cfpbot
chat-bot hubot
Last synced: 17 days ago
JSON representation
:space_invader:
- Host: GitHub
- URL: https://github.com/cfpb/cfpbot
- Owner: cfpb
- License: cc0-1.0
- Created: 2015-05-21T20:24:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-05-21T21:36:13.000Z (over 3 years ago)
- Last Synced: 2024-04-15T09:15:47.795Z (8 months ago)
- Topics: chat-bot, hubot
- Language: CoffeeScript
- Homepage:
- Size: 193 KB
- Stars: 12
- Watchers: 21
- Forks: 26
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# CFPBot [![Build Status](https://travis-ci.org/cfpb/CFPBot.svg)](https://travis-ci.org/cfpb/CFPBot)
CFPB's internal chat bot built on [Hubot](http://hubot.github.com).
## Installation
1. Install [Node.js](https://nodejs.org) (v8 or greater).
1. Install and start [Redis](http://redis.io/).
1. Clone this repo.
1. `cp .env.sample .env`
1. Edit `.env` appropriately.
1. `npm start`.See [INSTALL](INSTALL.md) for complete installation steps.
## Contributing
**IMPORTANT:** All git commits to this repo should have messages consisting of a single [emoji code](http://www.emoji-cheat-sheet.com/).
Please select an emoji that is most applicable to the edits you have made to the codebase.
PRs that fail to comply with this request will be rejected.Please read our [contributing guidelines](CONTRIBUTING.md) to learn how to add functionality to CFPBot.
## Open source licensing info
1. [TERMS](TERMS.md)
2. [LICENSE](LICENSE)
3. [CFPB Source Code Policy](https://github.com/cfpb/source-code-policy/)