- You'll need to clone https://developers.kilnhg.com/Code/Trello/Group/TrelloSimple/ (git or Mercurial) into your working directory that contains leaveClosedBoards.py
- Get an api token
- go here and get your Developer Key (ignore that token) https://trello.com/1/appKey/
- visit this url, with your Developer Key inserted as shown https://trello.com/1/authorize?key=YOURDEVELOPERKEY&name=My+Application&expiration=1day&response_type=token&scope=read,write
- grant access, and then get the token that is produced on the next page
- You'll need to add a file in the same directory called settings.py that contains strings for
MY_KEY
,MY_TOKEN
, andUSER_TOKEN
(USER_TOKEN
can be an empty string) - Run the script with the last line commented out to see what boards you're leaving. When you're ready to do it for real, uncomment the last line.
Thanks @rlueder that saved me some time! 😀