Automatically approved Github pull requests which are sent along with a Bonus.ly bonus.
$ git clone [email protected]:jlis/approvaly.git approvaly
$ cd approvaly
$ yarn install
Instead of yarn you can also use NPM.
Also make sure you have MPlayer installed to avoid problems when playing the cash.mp3 sound.
$ brew install mplayer
$ node index.js -r <your bonusly email> -b <your bonusly access token> -g <your github access token>
You can create your Bonusly access token here and your Github access token here.
Pro tip:
$ node index.js --help
For more options like the minimum Bonusly amount or the delay between checks for new bonuses.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
MIT