Write a simple command line tool for getting the open pull request from github and put it into a trello card. The tool should periodically update a list of pull request. In addition it would be great to have a connection between the trello card and github pull request.
Looking for hackers with the skills:
Nothing? Add some keywords!
This project is part of:
Hack Week 11
Comments
-
about 10 years ago by bmwiedemann | Reply
For the github side there is rubygem-hub and prophet to interface with the API. Trello also has some API and uses tokens (can be seen in trollolo project)
-
about 10 years ago by vlewin | Reply
Thank you for a comment and suggestions. We already use a github API gem in the reviewlette (https://github.com/jschmid1/reviewlette) and Trello API gem in the trello2wr gem (https://github.com/vlewin/trello2wr). All what we need to do is to combine it all together with clean library API so it can be used in a different tools for different purposes.
Similar Projects
This project is one of its kind!