/trello-explorer

Backup of some scripts I used to explore boards and add/edit cards

Primary LanguageRuby

Using the Trello API

These files are some simple scripts I used to figure out and use the Trello API with the ruby-trello gem.

The first thing you'll need to do is get your authentication keys. Details are here: Start Building | Trello Developers

trello-explorer.rb is meant to help find the IDs of your boards and lists. Maybe there's another way to navigate those in a more straightforward manner, but I couldn't figure it out.