New package: Trello.jl:

I have released Trello.jl
It is a julialang wrapper of the Trello REST API.
It is not a entirely direct wrapper as some of the standard behavior is not intuitive.
So it’s a bit better than that.
It’s also incomplete, but it takes only a couple of lines to add anything you want to it. So PRs are very welcome.

Most of the results it returns are trivial to convert to Tables.jl tables.

This was a big part of the tooling behind how I built the juliacon program.
Dump the whole thing into Trello, with one card per talk (dump extra info as JSON in the description)
Sort them into sessions by hand – nice friendly drag and drop.
Dump it all out again.

11 Likes