https://github.com/cfpb/cfpbot
:space_invader:
https://github.com/cfpb/cfpbot
chat-bot hubot
Last synced: 9 months 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 (about 11 years ago)
- Default Branch: master
- Last Pushed: 2021-05-21T21:36:13.000Z (about 5 years ago)
- Last Synced: 2025-04-09T20:15:12.139Z (about 1 year ago)
- Topics: chat-bot, hubot
- Language: CoffeeScript
- Homepage:
- Size: 193 KB
- Stars: 13
- Watchers: 20
- Forks: 24
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# CFPBot [](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/)