https://github.com/o-mutt/hubot-plusplus-expanded-bonusly
https://github.com/o-mutt/hubot-plusplus-expanded-bonusly
chatbot hacktoberfest hubot hubot-plusplus-expanded hubot-script hubot-scripts hubot-slack mongodb
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/o-mutt/hubot-plusplus-expanded-bonusly
- Owner: O-Mutt
- License: mit
- Created: 2021-09-22T14:41:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T11:22:27.000Z (about 3 years ago)
- Last Synced: 2025-11-22T02:18:03.249Z (6 months ago)
- Topics: chatbot, hacktoberfest, hubot, hubot-plusplus-expanded, hubot-script, hubot-scripts, hubot-slack, mongodb
- Language: JavaScript
- Homepage:
- Size: 6.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# hubot-plusplus-expanded-bonusly
## Purpose
This project is intended to be used in conjunction with the [Hubot-PlusPlus-Expanded](https://github.com/O-Mutt/hubot-plusplus-expanded) project to enable the plusplus to also send out [Bonusly Bonuses](https://bonus.ly).
## Configuration
In order to enable this in your hubot you must set your bonusly api key on the env variable:
```
process.env.MONGO_URI || 'mongodb://localhost/plusPlus';
process.env.BONUSLY_API_KEY;
process.env.BONUSLY_URI;
```
It also uses a bonusly_uri to allow for dev environments (proxys) to be used and a mongo uri to look up users.