In order to use the Trello Board Exporter you need 3 things:
- The Board Id
- An Application Key
- An Access Token
To get them do the following:
- Log into Trello with the user that has access to the board you want to export. The boardId can be found in the board's URL.
- Generate an Application Key by visiting https://trello.com/1/appKey/generate
- Requesting a token granting read-only access to the boards the user has access to, forever: by visiting https://trello.com/1/authorize?key=substitutewithyourapplicationkey&name=My+Application&expiration=never&response_type=token Note that you need to substitute your Application Key and specify a meaningful name.