Giving gp to Hack Clubbers who contribute to open source!
- Post a message to scrapbook and react with the special emoji (
rudolph) - Rudolph runs some basic checks on, to make sure they aren't spam Pull Requests
- The total amount of gp you earn is calculated which is 15gp plus any events that the PR is eligible for
- That is submitted to the review channel to be checked to see if it is a spam PR
- Your gp is given to you by the friendly
bankerapibot!
- Install Swift: https://swift.org/download/#releases It's available for OS X/Windows/Linux and the toolchain doesn't take up too much space.
- You also need to have vapor installed:
brew install vaporon OS X, or install it for Linux. - To use the database, you need to also need to install postgres:
brew install postgresand make a user called "rudolph". There's no password. - Finally, you need to have the slack bot set up:
- It needs the scopes:
channel:readchannel:historychat:writereactions:read
- Set the events api up, pointing it at
https://[YOUR SERVER].com/slack/events- The only event subscription it needs is the
reactions_read.
- The only event subscription it needs is the
- Finally, finally, you need to fill in all the information in
.env.example. To check that it can build, you can just fill it with nonsense, but, of course, it won't run/talk with slack.