atuttle / zoidbox

An IRC bot that (attempts to) bring the knowledge and wit of @boyzoid to ##coldfusion on freenode
3 stars 6 forks source link

Parse bitbucket and github issues and show relevant data #26

Closed ryanguill closed 9 years ago

ryanguill commented 9 years ago

If someone links to a bitbucket or github issue, show the status, title and link to the issue possibly labels for github and type for bitbucket

https://developer.github.com/v3/issues/#list-issues-for-a-repository

example https://api.github.com/repos/atuttle/zoidbox/issues/26

atuttle commented 9 years ago

Wouldn't link be redundant if this is initiated by seeing a link?

ryanguill commented 9 years ago

yeah - was hoping to keep the same function for everything, but youre probably right. we can do it differently for this.