App for creating nice github reports from your Flowdock's team inbox
- ruby
- bundler
- flowdock access
NOTE: consider using rvm or rbenv (it's not a requirment)
- install github integration on specific flow
- get Flowdock personal API token from here
- get Github OAuth token (required for Zenhub only) https://github.com/settings/tokens
- get ZenHub API token https://dashboard.zenhub.io/#/settings
- get your Flowdock's flow and organization name
- install required gems:
bundle install
ruby flowdock.rb --api-token ffa47cc1a07ac2562010538e1310befd \
--organization myorganization \
--flow devops \
--user wzin \
--number-of-messages 150
When in doubt:
ruby flowdock.rb --help