an app used by the /r/beertrade reddit community to keep track of beer trades and the corresponding reputation and flair for users.
- Fork this repository
- Contact the moderators to request the necessary service credentials
- Set up your
.env
file:
RACK_ENV=development
PORT=3000
REDDIT_OAUTH_ID=...
REDDIT_OAUTH_SECRET=...
BOT_OAUTH_ID=...
BOT_OAUTH_SECRET=...
BOT_USERNAME=...
BOT_PASSWORD=...
- Run:
gem install foreman
bundle install
rake db:migrate
foreman s
- Send feature in a pull request for review and merging