In [1]:
import requests

In [4]:
resp = requests.get('https://trello.com/b/mzYwNDdi.json')

resp.status_code


Out[4]:
200

In [18]:
board = resp.json()

board


Out[18]:
{'actions': [{'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'prefs': {'permissionLevel': 'public'},
     'shortLink': 'mzYwNDdi'},
    'old': {'prefs': {'permissionLevel': 'private'}}},
   'date': '2017-12-21T02:14:27.065Z',
   'id': '5a3b190354e85c9078486c10',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'updateBoard'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'desc': "### Stages of a website's development:\n\n* **Backlog**: new websites or websites that are starting to show their age\n* **Planning**: working on ideas on what to do with the website\n* **In Progress**: websites where there is some ongoing development\n* **Done**: websites where the development is done just need to be deployed\n* **Deployed**: websites that have are live\n\n### Labels\n\n* **Green**: where is the website hosted\n* **Red**: is it personal or work",
     'id': '5a3aca4d371ecb36b3b36d82',
     'idShort': 4,
     'name': 'How to Use This Trello Board',
     'shortLink': '7AfjQ12F'},
    'list': {'id': '5a3aca2819f22d33b5c307e7', 'name': 'README'},
    'old': {'desc': "### Stages of a website's development:\n\n* **Backlog**: new websites or websites that are starting to show their age\n* **Planning**: working on ideas on what to do with the website\n* **In Progress**: websites where there is some ongoing development\n* **Done**: websites where the development is done just need to be deployed\n* **Deployed**: websites that have are live"}},
   'date': '2017-12-20T20:50:10.067Z',
   'id': '5a3acd02154f3a13f67c6233',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'updateCard'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'id': '5a3acbeb74ea7e3cce90c8a4',
     'idList': '5a3ac7d8ae8bbf3406c5708a',
     'idShort': 20,
     'name': 'Homepage',
     'shortLink': 't1we08yl'},
    'listAfter': {'id': '5a3ac7d8ae8bbf3406c5708a', 'name': 'Planning'},
    'listBefore': {'id': '5a3ac7d743101a2b7a8103b2', 'name': 'Backlog'},
    'old': {'idList': '5a3ac7d743101a2b7a8103b2'}},
   'date': '2017-12-20T20:48:09.719Z',
   'id': '5a3acc89673a0632b58b80f5',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'updateCard'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'id': '5a3acc04f8169fbac3cea530',
     'idShort': 21,
     'name': 'Pass the Wine, Fuck the Government, I Love You',
     'pos': 1376255,
     'shortLink': 'S3QZLY6e'},
    'list': {'id': '5a3ac7df69f5a3b11eadf9e1', 'name': 'Done'},
    'old': {'pos': 1114111}},
   'date': '2017-12-20T20:48:01.825Z',
   'id': '5a3acc8107ebe6cb82cc8194',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'updateCard'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'id': '5a3acc04f8169fbac3cea530',
     'idList': '5a3ac7df69f5a3b11eadf9e1',
     'idShort': 21,
     'name': 'Pass the Wine, Fuck the Government, I Love You',
     'shortLink': 'S3QZLY6e'},
    'listAfter': {'id': '5a3ac7df69f5a3b11eadf9e1', 'name': 'Done'},
    'listBefore': {'id': '5a3ac7d743101a2b7a8103b2', 'name': 'Backlog'},
    'old': {'idList': '5a3ac7d743101a2b7a8103b2'}},
   'date': '2017-12-20T20:48:01.805Z',
   'id': '5a3acc8107ebe6cb82cc8193',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'updateCard'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'id': '5a3acc074fd1d0cb4d5e0cc2',
     'idShort': 22,
     'name': 'Rotten Bananas',
     'pos': 1310719,
     'shortLink': '424YBrGV'},
    'list': {'id': '5a3ac7df69f5a3b11eadf9e1', 'name': 'Done'},
    'old': {'pos': 1179647}},
   'date': '2017-12-20T20:47:50.707Z',
   'id': '5a3acc762590e327caca599c',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'updateCard'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'id': '5a3acc074fd1d0cb4d5e0cc2',
     'idList': '5a3ac7df69f5a3b11eadf9e1',
     'idShort': 22,
     'name': 'Rotten Bananas',
     'shortLink': '424YBrGV'},
    'listAfter': {'id': '5a3ac7df69f5a3b11eadf9e1', 'name': 'Done'},
    'listBefore': {'id': '5a3ac7df6ad96873de945b10', 'name': 'In Progress'},
    'old': {'idList': '5a3ac7df6ad96873de945b10'}},
   'date': '2017-12-20T20:47:50.682Z',
   'id': '5a3acc762590e327caca599b',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'updateCard'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'id': '5a3acc074fd1d0cb4d5e0cc2',
     'idList': '5a3ac7df6ad96873de945b10',
     'idShort': 22,
     'name': 'Rotten Bananas',
     'shortLink': '424YBrGV'},
    'listAfter': {'id': '5a3ac7df6ad96873de945b10', 'name': 'In Progress'},
    'listBefore': {'id': '5a3ac7d743101a2b7a8103b2', 'name': 'Backlog'},
    'old': {'idList': '5a3ac7d743101a2b7a8103b2'}},
   'date': '2017-12-20T20:47:48.455Z',
   'id': '5a3acc7460e9392d7310acb9',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'updateCard'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'id': '5a3acc0b1f47223cf90d5a05',
     'idList': '5a3ac7df69f5a3b11eadf9e1',
     'idShort': 23,
     'name': 'What Day of the Week',
     'shortLink': 'bSuHtvGH'},
    'listAfter': {'id': '5a3ac7df69f5a3b11eadf9e1', 'name': 'Done'},
    'listBefore': {'id': '5a3ac7d743101a2b7a8103b2', 'name': 'Backlog'},
    'old': {'idList': '5a3ac7d743101a2b7a8103b2'}},
   'date': '2017-12-20T20:47:40.152Z',
   'id': '5a3acc6c2a4cb09874aafeb0',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'updateCard'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'id': '5a3acc48e9cc70364c12b2da',
     'idShort': 25,
     'name': 'Peanut Butter Nice Guy',
     'shortLink': '5z9o7hJT'},
    'list': {'id': '5a3ac7d743101a2b7a8103b2', 'name': 'Backlog'}},
   'date': '2017-12-20T20:47:04.281Z',
   'id': '5a3acc48e9cc70364c12b2db',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'createCard'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'id': '5a3acc113de1aa2308bfecb3',
     'idShort': 24,
     'name': 'You are the Worst',
     'shortLink': 'mBK0kTwO'},
    'list': {'id': '5a3ac7d743101a2b7a8103b2', 'name': 'Backlog'}},
   'date': '2017-12-20T20:46:09.592Z',
   'id': '5a3acc113de1aa2308bfecb4',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'createCard'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'id': '5a3acc0b1f47223cf90d5a05',
     'idShort': 23,
     'name': 'What Day of the Week',
     'shortLink': 'bSuHtvGH'},
    'list': {'id': '5a3ac7d743101a2b7a8103b2', 'name': 'Backlog'}},
   'date': '2017-12-20T20:46:03.675Z',
   'id': '5a3acc0b1f47223cf90d5a06',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'createCard'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'id': '5a3acc074fd1d0cb4d5e0cc2',
     'idShort': 22,
     'name': 'Rotten Bananas',
     'shortLink': '424YBrGV'},
    'list': {'id': '5a3ac7d743101a2b7a8103b2', 'name': 'Backlog'}},
   'date': '2017-12-20T20:45:59.164Z',
   'id': '5a3acc074fd1d0cb4d5e0cc3',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'createCard'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'id': '5a3acc04f8169fbac3cea530',
     'idShort': 21,
     'name': 'Pass the Wine, Fuck the Government, I Love You',
     'shortLink': 'S3QZLY6e'},
    'list': {'id': '5a3ac7d743101a2b7a8103b2', 'name': 'Backlog'}},
   'date': '2017-12-20T20:45:56.221Z',
   'id': '5a3acc04f8169fbac3cea531',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'createCard'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'id': '5a3acbeb74ea7e3cce90c8a4',
     'idShort': 20,
     'name': 'Homepage',
     'shortLink': 't1we08yl'},
    'list': {'id': '5a3ac7d743101a2b7a8103b2', 'name': 'Backlog'}},
   'date': '2017-12-20T20:45:31.254Z',
   'id': '5a3acbeb74ea7e3cce90c8a5',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'createCard'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'id': '5a3acbe4ec61645f52c9a258',
     'idShort': 19,
     'name': "Myles' Mixtapes",
     'shortLink': '8EHeqQdp'},
    'list': {'id': '5a3ac7d743101a2b7a8103b2', 'name': 'Backlog'}},
   'date': '2017-12-20T20:45:24.442Z',
   'id': '5a3acbe4ec61645f52c9a259',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'createCard'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'id': '5a3acbdcc4fc56019a095bb1',
     'idShort': 18,
     'name': "Myles' Photos",
     'shortLink': 'KYYDlcL0'},
    'list': {'id': '5a3ac7d743101a2b7a8103b2', 'name': 'Backlog'}},
   'date': '2017-12-20T20:45:16.638Z',
   'id': '5a3acbdcc4fc56019a095bb2',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'createCard'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'id': '5a3acbd6d9f1234e860e2afb',
     'idShort': 17,
     'name': 'Myles Loves Coffee',
     'shortLink': '0OAoCZOM'},
    'list': {'id': '5a3ac7d743101a2b7a8103b2', 'name': 'Backlog'}},
   'date': '2017-12-20T20:45:10.942Z',
   'id': '5a3acbd6d9f1234e860e2afc',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'createCard'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'id': '5a3acbce2862989157c17b8e',
     'idShort': 16,
     'name': 'Monkey in your Soul',
     'shortLink': '9Pz5SpbJ'},
    'list': {'id': '5a3ac7d743101a2b7a8103b2', 'name': 'Backlog'}},
   'date': '2017-12-20T20:45:02.260Z',
   'id': '5a3acbce2862989157c17b8f',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'createCard'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'id': '5a3acbc86b2bc04eb6ef5b86',
     'idShort': 15,
     'name': 'Kinroyal',
     'shortLink': 'LkQIRtWP'},
    'list': {'id': '5a3ac7d743101a2b7a8103b2', 'name': 'Backlog'}},
   'date': '2017-12-20T20:44:56.900Z',
   'id': '5a3acbc86b2bc04eb6ef5b87',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'createCard'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'id': '5a3acbc040c8938a247ad5a5',
     'idShort': 14,
     'name': 'I Love/Hate Myles',
     'shortLink': 'pBXvMCQ3'},
    'list': {'id': '5a3ac7d743101a2b7a8103b2', 'name': 'Backlog'}},
   'date': '2017-12-20T20:44:48.504Z',
   'id': '5a3acbc040c8938a247ad5a6',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'createCard'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'id': '5a3acbbba31e1f1ebf9ce6cb',
     'idShort': 13,
     'name': 'homebrewhosting.club',
     'shortLink': 'ykWaL03c'},
    'list': {'id': '5a3ac7d743101a2b7a8103b2', 'name': 'Backlog'}},
   'date': '2017-12-20T20:44:43.350Z',
   'id': '5a3acbbba31e1f1ebf9ce6cc',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'createCard'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'id': '5a3acbb616e035ff22e24b60',
     'idShort': 12,
     'name': 'edmonddantes.xyz',
     'shortLink': 'g3jbv1GC'},
    'list': {'id': '5a3ac7d743101a2b7a8103b2', 'name': 'Backlog'}},
   'date': '2017-12-20T20:44:38.248Z',
   'id': '5a3acbb616e035ff22e24b61',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'createCard'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'id': '5a3acbaec22527971cf0a35e',
     'idShort': 11,
     'name': 'cleverlittledevil.com',
     'shortLink': '0NPQzUzq'},
    'list': {'id': '5a3ac7d743101a2b7a8103b2', 'name': 'Backlog'}},
   'date': '2017-12-20T20:44:30.155Z',
   'id': '5a3acbaec22527971cf0a35f',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'createCard'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'id': '5a3acba2f6338e5ad99d6fef',
     'idShort': 10,
     'name': 'braithwaite.io',
     'shortLink': 'eyr7ljBL'},
    'list': {'id': '5a3ac7d743101a2b7a8103b2', 'name': 'Backlog'}},
   'date': '2017-12-20T20:44:18.999Z',
   'id': '5a3acba2f6338e5ad99d6ff0',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'createCard'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'id': '5a3acb9f43101a2b7a814e0c',
     'idShort': 9,
     'name': '6953727248492483.com',
     'shortLink': 'LPoEncn9'},
    'list': {'id': '5a3ac7d743101a2b7a8103b2', 'name': 'Backlog'}},
   'date': '2017-12-20T20:44:15.869Z',
   'id': '5a3acb9f43101a2b7a814e0d',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'createCard'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'id': '5a3acb4d74ea7e3cce90b662',
     'idShort': 6,
     'name': "Myles' Talks",
     'pos': 262143,
     'shortLink': 'aIAtHhhF'},
    'list': {'id': '5a3ac7d8ae8bbf3406c5708a', 'name': 'Planning'},
    'old': {'pos': 131071}},
   'date': '2017-12-20T20:43:26.625Z',
   'id': '5a3acb6ee20682efdf26c68b',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'updateCard'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'id': '5a3acb4d74ea7e3cce90b662',
     'idList': '5a3ac7d8ae8bbf3406c5708a',
     'idShort': 6,
     'name': "Myles' Talks",
     'shortLink': 'aIAtHhhF'},
    'listAfter': {'id': '5a3ac7d8ae8bbf3406c5708a', 'name': 'Planning'},
    'listBefore': {'id': '5a3ac7df6ad96873de945b10', 'name': 'In Progress'},
    'old': {'idList': '5a3ac7df6ad96873de945b10'}},
   'date': '2017-12-20T20:43:26.571Z',
   'id': '5a3acb6ee20682efdf26c68a',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'updateCard'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'id': '5a3acb56e41ca31425f181bd',
     'idList': '5a3ac7d8ae8bbf3406c5708a',
     'idShort': 7,
     'name': 'Blog',
     'shortLink': 'LPxhyNe8'},
    'listAfter': {'id': '5a3ac7d8ae8bbf3406c5708a', 'name': 'Planning'},
    'listBefore': {'id': '5a3ac7df6ad96873de945b10', 'name': 'In Progress'},
    'old': {'idList': '5a3ac7df6ad96873de945b10'}},
   'date': '2017-12-20T20:43:25.283Z',
   'id': '5a3acb6d19f22d33b5c32079',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'updateCard'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'id': '5a3acb687087debe530b60e1',
     'idList': '5a3ac7d743101a2b7a8103b2',
     'idShort': 8,
     'name': 'impersonate functioning human',
     'shortLink': 'Epzr8r2M'},
    'listAfter': {'id': '5a3ac7d743101a2b7a8103b2', 'name': 'Backlog'},
    'listBefore': {'id': '5a3ac7df6ad96873de945b10', 'name': 'In Progress'},
    'old': {'idList': '5a3ac7df6ad96873de945b10'}},
   'date': '2017-12-20T20:43:23.743Z',
   'id': '5a3acb6b0d38fdfa914ba36e',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'updateCard'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'id': '5a3acb687087debe530b60e1',
     'idShort': 8,
     'name': 'impersonate functioning human',
     'shortLink': 'Epzr8r2M'},
    'list': {'id': '5a3ac7df6ad96873de945b10', 'name': 'In Progress'}},
   'date': '2017-12-20T20:43:20.311Z',
   'id': '5a3acb687087debe530b60e2',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'createCard'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'id': '5a3acb56e41ca31425f181bd',
     'idShort': 7,
     'name': 'Blog',
     'shortLink': 'LPxhyNe8'},
    'list': {'id': '5a3ac7df6ad96873de945b10', 'name': 'In Progress'}},
   'date': '2017-12-20T20:43:02.130Z',
   'id': '5a3acb56e41ca31425f181c3',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'createCard'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'id': '5a3acb4d74ea7e3cce90b662',
     'idShort': 6,
     'name': "Myles' Talks",
     'shortLink': 'aIAtHhhF'},
    'list': {'id': '5a3ac7df6ad96873de945b10', 'name': 'In Progress'}},
   'date': '2017-12-20T20:42:53.484Z',
   'id': '5a3acb4d74ea7e3cce90b663',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'createCard'},
  {'data': {'attachment': {'id': '5a3acb3cf9b6f72d020dba4f',
     'name': 'The Incorporated City of Myles',
     'url': 'https://myles.city/'},
    'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'id': '5a3acb1267df8001db35cf3a',
     'idShort': 5,
     'name': 'The Incorporated City of Myles',
     'shortLink': 'yqcCfkyD'},
    'list': {'id': '5a3ac7df6ad96873de945b10', 'name': 'In Progress'}},
   'date': '2017-12-20T20:42:36.483Z',
   'id': '5a3acb3cf9b6f72d020dba50',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'addAttachmentToCard'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'id': '5a3acb1267df8001db35cf3a',
     'idShort': 5,
     'name': 'The Incorporated City of Myles',
     'shortLink': 'yqcCfkyD'},
    'list': {'id': '5a3ac7df6ad96873de945b10', 'name': 'In Progress'}},
   'date': '2017-12-20T20:41:54.946Z',
   'id': '5a3acb1267df8001db35cf3b',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'createCard'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'desc': "### Stages of a website's development:\n\n* **Backlog**: new websites or websites that are starting to show their age\n* **Planning**: working on ideas on what to do with the website\n* **In Progress**: websites where there is some ongoing development\n* **Done**: websites where the development is done just need to be deployed\n* **Deployed**: websites that have are live",
     'id': '5a3aca4d371ecb36b3b36d82',
     'idShort': 4,
     'name': 'How to Use This Trello Board',
     'shortLink': '7AfjQ12F'},
    'list': {'id': '5a3aca2819f22d33b5c307e7', 'name': 'README'},
    'old': {'desc': ''}},
   'date': '2017-12-20T20:41:09.289Z',
   'id': '5a3acae565cb648adffaf051',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'updateCard'},
  {'data': {'attachment': {'edgeColor': '#1c84cc',
     'id': '5a3aca5979239bcbb816acbf',
     'name': 'AAEAAQAAAAAAAAP7AAAAJGVlMzljNmQ4LTYzY2YtNGVhOS04ODI2LThkOGNmYjMyNzRhMQ.png',
     'previewUrl': 'https://trello-attachments.s3.amazonaws.com/5a3aca4d371ecb36b3b36d82/600x204/e8b1350ae2ca8a22f2e1339a2e6495ec/AAEAAQAAAAAAAAP7AAAAJGVlMzljNmQ4LTYzY2YtNGVhOS04ODI2LThkOGNmYjMyNzRhMQ.png',
     'previewUrl2x': 'https://trello-attachments.s3.amazonaws.com/5a2af0af5a787645e01b264e/5a3aca4d371ecb36b3b36d82/41efc193784f3095599dbcacc0335f4d/AAEAAQAAAAAAAAP7AAAAJGVlMzljNmQ4LTYzY2YtNGVhOS04ODI2LThkOGNmYjMyNzRhMQ.png',
     'url': 'https://trello-attachments.s3.amazonaws.com/5a2af0af5a787645e01b264e/5a3aca4d371ecb36b3b36d82/41efc193784f3095599dbcacc0335f4d/AAEAAQAAAAAAAAP7AAAAJGVlMzljNmQ4LTYzY2YtNGVhOS04ODI2LThkOGNmYjMyNzRhMQ.png'},
    'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'id': '5a3aca4d371ecb36b3b36d82',
     'idShort': 4,
     'name': 'How to Use This Trello Board',
     'shortLink': '7AfjQ12F'},
    'list': {'id': '5a3aca2819f22d33b5c307e7', 'name': 'README'}},
   'date': '2017-12-20T20:38:49.096Z',
   'id': '5a3aca5979239bcbb816acc0',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'addAttachmentToCard'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'id': '5a3aca4d371ecb36b3b36d82',
     'idShort': 4,
     'name': 'How to Use This Trello Board',
     'shortLink': '7AfjQ12F'},
    'list': {'id': '5a3aca2819f22d33b5c307e7', 'name': 'README'}},
   'date': '2017-12-20T20:38:38.017Z',
   'id': '5a3aca4e371ecb36b3b36d83',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'createCard'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'list': {'id': '5a3aca2819f22d33b5c307e7',
     'name': 'README',
     'pos': 32767.5},
    'old': {'pos': 393215}},
   'date': '2017-12-20T20:38:05.762Z',
   'id': '5a3aca2dfc55348abfdd917b',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'updateList'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'list': {'id': '5a3aca2819f22d33b5c307e7', 'name': 'README'}},
   'date': '2017-12-20T20:38:00.805Z',
   'id': '5a3aca2819f22d33b5c307e8',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'createList'},
  {'data': {'attachment': {'id': '5a3ac9f353c71a363f53dbfb',
     'name': 'https://gifs.mylesb.ca/',
     'url': 'https://gifs.mylesb.ca/'},
    'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'id': '5a3ac9afaa1fb1041db28198',
     'idShort': 3,
     'name': "Myles' Gifs",
     'shortLink': 'iKKg8l8b'},
    'list': {'id': '5a3ac7e1f5228413f951e5dc', 'name': 'Deployed'}},
   'date': '2017-12-20T20:37:07.225Z',
   'id': '5a3ac9f353c71a363f53dbfc',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'addAttachmentToCard'},
  {'data': {'attachment': {'id': '5a3ac9ec2077863d416aed02',
     'name': 'Repo',
     'url': 'https://github.com/myles/gifs.mylesb.ca'},
    'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'id': '5a3ac9afaa1fb1041db28198',
     'idShort': 3,
     'name': "Myles' Gifs",
     'shortLink': 'iKKg8l8b'},
    'list': {'id': '5a3ac7e1f5228413f951e5dc', 'name': 'Deployed'}},
   'date': '2017-12-20T20:37:00.643Z',
   'id': '5a3ac9ec2077863d416aed03',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'addAttachmentToCard'},
  {'data': {'attachment': {'edgeColor': '#745484',
     'id': '5a3ac9d50863e75efd8025b1',
     'name': 'png.png',
     'previewUrl': 'https://trello-attachments.s3.amazonaws.com/5a3ac9afaa1fb1041db28198/600x480/4d0cc859795fd382042f633ea04a049a/png.png',
     'previewUrl2x': 'https://trello-attachments.s3.amazonaws.com/5a3ac9afaa1fb1041db28198/1200x960/c04eb37f6d5b41de341077c121d2e345/png.png',
     'url': 'https://trello-attachments.s3.amazonaws.com/5a2af0af5a787645e01b264e/5a3ac9afaa1fb1041db28198/c02bd2ccaffaebf18b6cb5d8258ce5f9/png.png'},
    'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'id': '5a3ac9afaa1fb1041db28198',
     'idShort': 3,
     'name': "Myles' Gifs",
     'shortLink': 'iKKg8l8b'},
    'list': {'id': '5a3ac7e1f5228413f951e5dc', 'name': 'Deployed'}},
   'date': '2017-12-20T20:36:37.212Z',
   'id': '5a3ac9d50863e75efd8025b2',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'addAttachmentToCard'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'id': '5a3ac9afaa1fb1041db28198',
     'idShort': 3,
     'name': "Myles' Gifs",
     'shortLink': 'iKKg8l8b'},
    'list': {'id': '5a3ac7e1f5228413f951e5dc', 'name': 'Deployed'}},
   'date': '2017-12-20T20:35:59.709Z',
   'id': '5a3ac9afaa1fb1041db28199',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'createCard'},
  {'data': {'attachment': {'id': '5a3ac981af5a5227a90f32ac',
     'name': 'Repo',
     'url': 'https://github.com/myles/braithwaitecorp.com'},
    'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'id': '5a3ac9392e24760832033315',
     'idShort': 2,
     'name': 'Braithwaite Corp.',
     'shortLink': '2WhQ9HLh'},
    'list': {'id': '5a3ac7e1f5228413f951e5dc', 'name': 'Deployed'}},
   'date': '2017-12-20T20:35:13.091Z',
   'id': '5a3ac981af5a5227a90f32ad',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'addAttachmentToCard'},
  {'data': {'attachment': {'id': '5a3ac96ed186831e88122477',
     'name': 'Braithwaite Corp.',
     'url': 'https://braithwaitecorp.com/'},
    'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'id': '5a3ac9392e24760832033315',
     'idShort': 2,
     'name': 'Braithwaite Corp.',
     'shortLink': '2WhQ9HLh'},
    'list': {'id': '5a3ac7e1f5228413f951e5dc', 'name': 'Deployed'}},
   'date': '2017-12-20T20:34:54.948Z',
   'id': '5a3ac96ed186831e88122478',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'addAttachmentToCard'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'closed': False,
     'id': '5a3ac9392e24760832033315',
     'idShort': 2,
     'name': 'Braithwaite Corp.',
     'shortLink': '2WhQ9HLh'},
    'list': {'id': '5a3ac7e1f5228413f951e5dc', 'name': 'Deployed'},
    'old': {'closed': True}},
   'date': '2017-12-20T20:34:37.829Z',
   'id': '5a3ac95d60e9392d73105006',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'updateCard'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'closed': True,
     'id': '5a3ac9392e24760832033315',
     'idShort': 2,
     'name': 'Braithwaite Corp.',
     'shortLink': '2WhQ9HLh'},
    'list': {'id': '5a3ac7e1f5228413f951e5dc', 'name': 'Deployed'},
    'old': {'closed': False}},
   'date': '2017-12-20T20:34:33.659Z',
   'id': '5a3ac9590863e75efd801bd9',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'updateCard'},
  {'data': {'attachment': {'edgeColor': '#142c44',
     'id': '5a3ac953c8021890f3ab8f03',
     'name': 'png.png',
     'previewUrl': 'https://trello-attachments.s3.amazonaws.com/5a3ac9392e24760832033315/600x480/bcb2683d9bfa1d9594334e32e3c71f36/png.png',
     'previewUrl2x': 'https://trello-attachments.s3.amazonaws.com/5a3ac9392e24760832033315/1200x960/0eec322e5193271fd2c13db05f986a95/png.png',
     'url': 'https://trello-attachments.s3.amazonaws.com/5a2af0af5a787645e01b264e/5a3ac9392e24760832033315/4dabb2d0d8da769decf25b9448c1d2ae/png.png'},
    'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'id': '5a3ac9392e24760832033315',
     'idShort': 2,
     'name': 'Braithwaite Corp.',
     'shortLink': '2WhQ9HLh'},
    'list': {'id': '5a3ac7e1f5228413f951e5dc', 'name': 'Deployed'}},
   'date': '2017-12-20T20:34:27.442Z',
   'id': '5a3ac953c8021890f3ab8f0a',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'addAttachmentToCard'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'id': '5a3ac9392e24760832033315',
     'idShort': 2,
     'name': 'Braithwaite Corp.',
     'shortLink': '2WhQ9HLh'},
    'list': {'id': '5a3ac7e1f5228413f951e5dc', 'name': 'Deployed'}},
   'date': '2017-12-20T20:34:01.754Z',
   'id': '5a3ac9392e24760832033316',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'createCard'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'prefs': {'permissionLevel': 'private'},
     'shortLink': 'mzYwNDdi'},
    'old': {'prefs': {'permissionLevel': 'public'}}},
   'date': '2017-12-20T20:33:26.678Z',
   'id': '5a3ac916cab64f2be357f8d5',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'updateBoard'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'prefs': {'background': '5a37eeb8af989b38d7724672'},
     'shortLink': 'mzYwNDdi'},
    'old': {'prefs': {'background': '58e0388b7d49c0e7abbb6406'}}},
   'date': '2017-12-20T20:33:23.063Z',
   'id': '5a3ac913672abf5f7bc6afb0',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'updateBoard'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'prefs': {'permissionLevel': 'public'},
     'shortLink': 'mzYwNDdi'},
    'old': {'prefs': {'permissionLevel': 'private'}}},
   'date': '2017-12-20T20:32:01.600Z',
   'id': '5a3ac8c1a7dd92325bc28a5d',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'updateBoard'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'plugin': {'author': 'Trello Inc',
     'capabilities': ['authorization-status',
      'attachment-sections',
      'attachment-thumbnail',
      'board-buttons',
      'callback',
      'card-badges',
      'card-buttons',
      'card-detail-badges',
      'card-from-url',
      'format-url',
      'show-authorization',
      'show-settings'],
     'categories': ['developer-tools', 'it-project-management'],
     'icon': {'url': 'https://github.trello.services/images/github.png'},
     'id': '55a5d916446f517774210004',
     'iframeConnectorUrl': 'https://github.trello.services/index.html?ver=2231550e28',
     'listing': {'description': 'Attach branches, commits, issues, and pull requests to cards, and at a glance see the status of pull requests as a badge on the front of cards. Quickly access GitHub by associating one or more repositories with a board. Attached repositories will appear as links in the board header.\n\n###Screenshots\n![screenshot](https://github.trello.services/images/screenshots/GitHubExample.png)',
      'locale': 'en-US',
      'name': 'GitHub',
      'overview': ''},
     'name': 'GitHub',
     'public': True,
     'url': 'https://github.trello.services/manifest.json'}},
   'date': '2017-12-20T20:31:50.159Z',
   'id': '5a3ac8b6c4fd308a85a05ab2',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'enablePlugin'},
  {'data': {'attachment': {'id': '5a3ac8a793e681b101dbe970',
     'name': 'Repo',
     'url': 'https://github.com/myles/fancyasfuck.ca-www'},
    'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'id': '5a3ac7ed98ef262d6e5757be',
     'idShort': 1,
     'name': 'Fancy as Fuck',
     'shortLink': 'Q4m6fGcy'},
    'list': {'id': '5a3ac7e1f5228413f951e5dc', 'name': 'Deployed'}},
   'date': '2017-12-20T20:31:35.629Z',
   'id': '5a3ac8a793e681b101dbe971',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'addAttachmentToCard'},
  {'data': {'attachment': {'id': '5a3ac891e0370e08ea579f32',
     'name': 'Fancy as Fuck',
     'url': 'https://fancyasfuck.ca/'},
    'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'id': '5a3ac7ed98ef262d6e5757be',
     'idShort': 1,
     'name': 'Fancy as Fuck',
     'shortLink': 'Q4m6fGcy'},
    'list': {'id': '5a3ac7e1f5228413f951e5dc', 'name': 'Deployed'}},
   'date': '2017-12-20T20:31:13.083Z',
   'id': '5a3ac891e0370e08ea579f33',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'addAttachmentToCard'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'desc': '',
     'id': '5a3ac7ed98ef262d6e5757be',
     'idShort': 1,
     'name': 'Fancy as Fuck',
     'shortLink': 'Q4m6fGcy'},
    'list': {'id': '5a3ac7e1f5228413f951e5dc', 'name': 'Deployed'},
    'old': {'desc': '<https://fancyasfuck.ca/>'}},
   'date': '2017-12-20T20:31:06.310Z',
   'id': '5a3ac88a9de5e60430226699',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'updateCard'},
  {'data': {'attachment': {'edgeColor': '#444444',
     'id': '5a3ac86db3ef8398ec79dbd7',
     'name': 'png.png',
     'previewUrl': 'https://trello-attachments.s3.amazonaws.com/5a3ac7ed98ef262d6e5757be/600x480/2e76193ff5412c4d326d96389449729d/png.png',
     'previewUrl2x': 'https://trello-attachments.s3.amazonaws.com/5a3ac7ed98ef262d6e5757be/1200x960/2936da00d13dfb61e4938f2a37a5dccf/png.png',
     'url': 'https://trello-attachments.s3.amazonaws.com/5a2af0af5a787645e01b264e/5a3ac7ed98ef262d6e5757be/e4ae81e64ce228822ce36b3f3c7a5f64/png.png'},
    'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'id': '5a3ac7ed98ef262d6e5757be',
     'idShort': 1,
     'name': 'Fancy as Fuck',
     'shortLink': 'Q4m6fGcy'},
    'list': {'id': '5a3ac7e1f5228413f951e5dc', 'name': 'Deployed'}},
   'date': '2017-12-20T20:30:38.712Z',
   'id': '5a3ac86eb3ef8398ec79dbdb',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'addAttachmentToCard'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'desc': '<https://fancyasfuck.ca/>',
     'id': '5a3ac7ed98ef262d6e5757be',
     'idShort': 1,
     'name': 'Fancy as Fuck',
     'shortLink': 'Q4m6fGcy'},
    'list': {'id': '5a3ac7e1f5228413f951e5dc', 'name': 'Deployed'},
    'old': {'desc': ''}},
   'date': '2017-12-20T20:28:37.631Z',
   'id': '5a3ac7f526883fba4019bc30',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'updateCard'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'card': {'id': '5a3ac7ed98ef262d6e5757be',
     'idShort': 1,
     'name': 'Fancy as Fuck',
     'shortLink': 'Q4m6fGcy'},
    'list': {'id': '5a3ac7e1f5228413f951e5dc', 'name': 'Deployed'}},
   'date': '2017-12-20T20:28:29.589Z',
   'id': '5a3ac7ed98ef262d6e5757bf',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'createCard'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'list': {'id': '5a3ac7e1f5228413f951e5dc', 'name': 'Deployed'},
    'old': {'name': 'Deploy'}},
   'date': '2017-12-20T20:28:21.023Z',
   'id': '5a3ac7e516e035ff22e1c74a',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'updateList'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'list': {'id': '5a3ac7e1f5228413f951e5dc', 'name': 'Deploy'}},
   'date': '2017-12-20T20:28:17.153Z',
   'id': '5a3ac7e1f5228413f951e5dd',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'createList'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'list': {'id': '5a3ac7df69f5a3b11eadf9e1', 'name': 'Done'}},
   'date': '2017-12-20T20:28:15.872Z',
   'id': '5a3ac7df69f5a3b11eadf9e2',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'createList'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'list': {'id': '5a3ac7df6ad96873de945b10', 'name': 'In Progress'}},
   'date': '2017-12-20T20:28:15.095Z',
   'id': '5a3ac7df6ad96873de945b11',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'createList'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'list': {'id': '5a3ac7d8ae8bbf3406c5708a', 'name': 'Planning'}},
   'date': '2017-12-20T20:28:08.754Z',
   'id': '5a3ac7d8ae8bbf3406c5708b',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'createList'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'},
    'list': {'id': '5a3ac7d743101a2b7a8103b2', 'name': 'Backlog'}},
   'date': '2017-12-20T20:28:07.265Z',
   'id': '5a3ac7d743101a2b7a8103b3',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'createList'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'prefs': {'background': '58e0388b7d49c0e7abbb6406'},
     'shortLink': 'mzYwNDdi'},
    'old': {'prefs': {'background': '58e0ad0183d48869cd4a76df'}}},
   'date': '2017-12-08T20:06:31.177Z',
   'id': '5a2af0c73d03c52dfa85ad36',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'updateBoard'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'prefs': {'background': '58e0ad0183d48869cd4a76df'},
     'shortLink': 'mzYwNDdi'},
    'old': {'prefs': {'background': '58df1f3fc5259b4f36fcecb7'}}},
   'date': '2017-12-08T20:06:28.081Z',
   'id': '5a2af0c4fd10fbda8b6ba350',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'updateBoard'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'prefs': {'background': '58df1f3fc5259b4f36fcecb7'},
     'shortLink': 'mzYwNDdi'},
    'old': {'prefs': {'background': 'blue'}}},
   'date': '2017-12-08T20:06:25.846Z',
   'id': '5a2af0c14a7360bea66a1245',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'updateBoard'},
  {'data': {'board': {'id': '5a2af0af5a787645e01b264e',
     'name': 'Websites',
     'shortLink': 'mzYwNDdi'}},
   'date': '2017-12-08T20:06:07.809Z',
   'id': '5a2af0af5a787645e01b2650',
   'idMemberCreator': '4e70b6a280cd7c0000004557',
   'memberCreator': {'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
    'fullName': 'Myles B',
    'id': '4e70b6a280cd7c0000004557',
    'initials': 'MB',
    'username': 'myles'},
   'type': 'createBoard'}],
 'cards': [{'attachments': [{'bytes': 6902,
     'date': '2017-12-20T20:38:49.013Z',
     'edgeColor': '#1c84cc',
     'id': '5a3aca5979239bcbb816acbf',
     'idMember': '4e70b6a280cd7c0000004557',
     'isUpload': True,
     'mimeType': None,
     'name': 'cover.png',
     'pos': 16384,
     'previews': [{'_id': '5a3aca5974c2b44ead40ef89',
       'bytes': 1626,
       'height': 50,
       'scaled': False,
       'url': 'https://trello-attachments.s3.amazonaws.com/5a3aca4d371ecb36b3b36d82/70x50/42a005717c855043ed7ddfcb12381d50/AAEAAQAAAAAAAAP7AAAAJGVlMzljNmQ4LTYzY2YtNGVhOS04ODI2LThkOGNmYjMyNzRhMQ.png',
       'width': 70},
      {'_id': '5a3aca5974c2b44ead40ef88',
       'bytes': 7289,
       'height': 150,
       'scaled': False,
       'url': 'https://trello-attachments.s3.amazonaws.com/5a3aca4d371ecb36b3b36d82/250x150/763d8e8186439695ac8f0430404f40d6/AAEAAQAAAAAAAAP7AAAAJGVlMzljNmQ4LTYzY2YtNGVhOS04ODI2LThkOGNmYjMyNzRhMQ.png',
       'width': 250},
      {'_id': '5a3aca5974c2b44ead40ef87',
       'bytes': 3583,
       'height': 51,
       'scaled': True,
       'url': 'https://trello-attachments.s3.amazonaws.com/5a3aca4d371ecb36b3b36d82/150x51/b2027d174ce475693479c5b2f395e34e/AAEAAQAAAAAAAAP7AAAAJGVlMzljNmQ4LTYzY2YtNGVhOS04ODI2LThkOGNmYjMyNzRhMQ.png',
       'width': 150},
      {'_id': '5a3aca5974c2b44ead40ef86',
       'bytes': 7905,
       'height': 102,
       'scaled': True,
       'url': 'https://trello-attachments.s3.amazonaws.com/5a3aca4d371ecb36b3b36d82/300x102/0e18fd87bfcd7823cbbba9339cbd26b8/AAEAAQAAAAAAAAP7AAAAJGVlMzljNmQ4LTYzY2YtNGVhOS04ODI2LThkOGNmYjMyNzRhMQ.png',
       'width': 300},
      {'_id': '5a3aca5974c2b44ead40ef85',
       'bytes': 16222,
       'height': 204,
       'scaled': True,
       'url': 'https://trello-attachments.s3.amazonaws.com/5a3aca4d371ecb36b3b36d82/600x204/e8b1350ae2ca8a22f2e1339a2e6495ec/AAEAAQAAAAAAAAP7AAAAJGVlMzljNmQ4LTYzY2YtNGVhOS04ODI2LThkOGNmYjMyNzRhMQ.png',
       'width': 600},
      {'_id': '5a3aca5974c2b44ead40ef84',
       'bytes': 6902,
       'height': 220,
       'scaled': True,
       'url': 'https://trello-attachments.s3.amazonaws.com/5a2af0af5a787645e01b264e/5a3aca4d371ecb36b3b36d82/41efc193784f3095599dbcacc0335f4d/AAEAAQAAAAAAAAP7AAAAJGVlMzljNmQ4LTYzY2YtNGVhOS04ODI2LThkOGNmYjMyNzRhMQ.png',
       'width': 646}],
     'url': 'https://trello-attachments.s3.amazonaws.com/5a2af0af5a787645e01b264e/5a3aca4d371ecb36b3b36d82/41efc193784f3095599dbcacc0335f4d/AAEAAQAAAAAAAAP7AAAAJGVlMzljNmQ4LTYzY2YtNGVhOS04ODI2LThkOGNmYjMyNzRhMQ.png'}],
   'badges': {'attachments': 1,
    'attachmentsByType': {'trello': {'board': 0, 'card': 0}},
    'checkItems': 0,
    'checkItemsChecked': 0,
    'comments': 0,
    'description': True,
    'due': None,
    'dueComplete': False,
    'fogbugz': '',
    'subscribed': False,
    'viewingMemberVoted': False,
    'votes': 0},
   'checkItemStates': None,
   'closed': False,
   'dateLastActivity': '2017-12-20T20:50:10.063Z',
   'desc': "### Stages of a website's development:\n\n* **Backlog**: new websites or websites that are starting to show their age\n* **Planning**: working on ideas on what to do with the website\n* **In Progress**: websites where there is some ongoing development\n* **Done**: websites where the development is done just need to be deployed\n* **Deployed**: websites that have are live\n\n### Labels\n\n* **Green**: where is the website hosted\n* **Red**: is it personal or work",
   'descData': {'emoji': {}},
   'due': None,
   'dueComplete': False,
   'id': '5a3aca4d371ecb36b3b36d82',
   'idAttachmentCover': '5a3aca5979239bcbb816acbf',
   'idBoard': '5a2af0af5a787645e01b264e',
   'idChecklists': [],
   'idLabels': [],
   'idList': '5a3aca2819f22d33b5c307e7',
   'idMembers': [],
   'idMembersVoted': [],
   'idShort': 4,
   'labels': [],
   'limits': {'attachments': {'perCard': {'disableAt': 950,
      'status': 'ok',
      'warnAt': 900}},
    'checklists': {'perCard': {'disableAt': 475,
      'status': 'ok',
      'warnAt': 450}},
    'stickers': {'perCard': {'disableAt': 67, 'status': 'ok', 'warnAt': 63}}},
   'manualCoverAttachment': False,
   'name': 'How to Use This Trello Board',
   'pluginData': [],
   'pos': 65535,
   'shortLink': '7AfjQ12F',
   'shortUrl': 'https://trello.com/c/7AfjQ12F',
   'subscribed': False,
   'url': 'https://trello.com/c/7AfjQ12F/4-how-to-use-this-trello-board'},
  {'attachments': [],
   'badges': {'attachments': 0,
    'attachmentsByType': {'trello': {'board': 0, 'card': 0}},
    'checkItems': 0,
    'checkItemsChecked': 0,
    'comments': 0,
    'description': False,
    'due': None,
    'dueComplete': False,
    'fogbugz': '',
    'subscribed': False,
    'viewingMemberVoted': False,
    'votes': 0},
   'checkItemStates': None,
   'closed': False,
   'dateLastActivity': '2017-12-20T20:46:29.329Z',
   'desc': '',
   'descData': None,
   'due': None,
   'dueComplete': False,
   'id': '5a3acb687087debe530b60e1',
   'idAttachmentCover': None,
   'idBoard': '5a2af0af5a787645e01b264e',
   'idChecklists': [],
   'idLabels': ['5a3ac8dfef0711f03b0de5fa'],
   'idList': '5a3ac7d743101a2b7a8103b2',
   'idMembers': [],
   'idMembersVoted': [],
   'idShort': 8,
   'labels': [{'color': 'red',
     'id': '5a3ac8dfef0711f03b0de5fa',
     'idBoard': '5a2af0af5a787645e01b264e',
     'name': 'Personal',
     'uses': 16}],
   'limits': {'attachments': {'perCard': {'disableAt': 950,
      'status': 'ok',
      'warnAt': 900}},
    'checklists': {'perCard': {'disableAt': 475,
      'status': 'ok',
      'warnAt': 450}},
    'stickers': {'perCard': {'disableAt': 67, 'status': 'ok', 'warnAt': 63}}},
   'manualCoverAttachment': False,
   'name': 'impersonate functioning human',
   'pluginData': [],
   'pos': 262143,
   'shortLink': 'Epzr8r2M',
   'shortUrl': 'https://trello.com/c/Epzr8r2M',
   'subscribed': False,
   'url': 'https://trello.com/c/Epzr8r2M/8-impersonate-functioning-human'},
  {'attachments': [],
   'badges': {'attachments': 0,
    'attachmentsByType': {'trello': {'board': 0, 'card': 0}},
    'checkItems': 0,
    'checkItemsChecked': 0,
    'comments': 0,
    'description': False,
    'due': None,
    'dueComplete': False,
    'fogbugz': '',
    'subscribed': False,
    'viewingMemberVoted': False,
    'votes': 0},
   'checkItemStates': None,
   'closed': False,
   'dateLastActivity': '2017-12-20T20:46:33.616Z',
   'desc': '',
   'descData': None,
   'due': None,
   'dueComplete': False,
   'id': '5a3acb9f43101a2b7a814e0c',
   'idAttachmentCover': None,
   'idBoard': '5a2af0af5a787645e01b264e',
   'idChecklists': [],
   'idLabels': ['5a3ac8dfef0711f03b0de5fa'],
   'idList': '5a3ac7d743101a2b7a8103b2',
   'idMembers': [],
   'idMembersVoted': [],
   'idShort': 9,
   'labels': [{'color': 'red',
     'id': '5a3ac8dfef0711f03b0de5fa',
     'idBoard': '5a2af0af5a787645e01b264e',
     'name': 'Personal',
     'uses': 16}],
   'limits': {'attachments': {'perCard': {'disableAt': 950,
      'status': 'ok',
      'warnAt': 900}},
    'checklists': {'perCard': {'disableAt': 475,
      'status': 'ok',
      'warnAt': 450}},
    'stickers': {'perCard': {'disableAt': 67, 'status': 'ok', 'warnAt': 63}}},
   'manualCoverAttachment': False,
   'name': '6953727248492483.com',
   'pluginData': [],
   'pos': 327679,
   'shortLink': 'LPoEncn9',
   'shortUrl': 'https://trello.com/c/LPoEncn9',
   'subscribed': False,
   'url': 'https://trello.com/c/LPoEncn9/9-6953727248492483com'},
  {'attachments': [],
   'badges': {'attachments': 0,
    'attachmentsByType': {'trello': {'board': 0, 'card': 0}},
    'checkItems': 0,
    'checkItemsChecked': 0,
    'comments': 0,
    'description': False,
    'due': None,
    'dueComplete': False,
    'fogbugz': '',
    'subscribed': False,
    'viewingMemberVoted': False,
    'votes': 0},
   'checkItemStates': None,
   'closed': False,
   'dateLastActivity': '2017-12-20T20:44:18.974Z',
   'desc': '',
   'descData': None,
   'due': None,
   'dueComplete': False,
   'id': '5a3acba2f6338e5ad99d6fef',
   'idAttachmentCover': None,
   'idBoard': '5a2af0af5a787645e01b264e',
   'idChecklists': [],
   'idLabels': [],
   'idList': '5a3ac7d743101a2b7a8103b2',
   'idMembers': [],
   'idMembersVoted': [],
   'idShort': 10,
   'labels': [],
   'limits': {'attachments': {'perCard': {'disableAt': 950,
      'status': 'ok',
      'warnAt': 900}},
    'checklists': {'perCard': {'disableAt': 475,
      'status': 'ok',
      'warnAt': 450}},
    'stickers': {'perCard': {'disableAt': 67, 'status': 'ok', 'warnAt': 63}}},
   'manualCoverAttachment': False,
   'name': 'braithwaite.io',
   'pluginData': [],
   'pos': 393215,
   'shortLink': 'eyr7ljBL',
   'shortUrl': 'https://trello.com/c/eyr7ljBL',
   'subscribed': False,
   'url': 'https://trello.com/c/eyr7ljBL/10-braithwaiteio'},
  {'attachments': [],
   'badges': {'attachments': 0,
    'attachmentsByType': {'trello': {'board': 0, 'card': 0}},
    'checkItems': 0,
    'checkItemsChecked': 0,
    'comments': 0,
    'description': False,
    'due': None,
    'dueComplete': False,
    'fogbugz': '',
    'subscribed': False,
    'viewingMemberVoted': False,
    'votes': 0},
   'checkItemStates': None,
   'closed': False,
   'dateLastActivity': '2017-12-20T20:44:30.134Z',
   'desc': '',
   'descData': None,
   'due': None,
   'dueComplete': False,
   'id': '5a3acbaec22527971cf0a35e',
   'idAttachmentCover': None,
   'idBoard': '5a2af0af5a787645e01b264e',
   'idChecklists': [],
   'idLabels': [],
   'idList': '5a3ac7d743101a2b7a8103b2',
   'idMembers': [],
   'idMembersVoted': [],
   'idShort': 11,
   'labels': [],
   'limits': {'attachments': {'perCard': {'disableAt': 950,
      'status': 'ok',
      'warnAt': 900}},
    'checklists': {'perCard': {'disableAt': 475,
      'status': 'ok',
      'warnAt': 450}},
    'stickers': {'perCard': {'disableAt': 67, 'status': 'ok', 'warnAt': 63}}},
   'manualCoverAttachment': False,
   'name': 'cleverlittledevil.com',
   'pluginData': [],
   'pos': 458751,
   'shortLink': '0NPQzUzq',
   'shortUrl': 'https://trello.com/c/0NPQzUzq',
   'subscribed': False,
   'url': 'https://trello.com/c/0NPQzUzq/11-cleverlittledevilcom'},
  {'attachments': [],
   'badges': {'attachments': 0,
    'attachmentsByType': {'trello': {'board': 0, 'card': 0}},
    'checkItems': 0,
    'checkItemsChecked': 0,
    'comments': 0,
    'description': False,
    'due': None,
    'dueComplete': False,
    'fogbugz': '',
    'subscribed': False,
    'viewingMemberVoted': False,
    'votes': 0},
   'checkItemStates': None,
   'closed': False,
   'dateLastActivity': '2017-12-20T20:48:40.707Z',
   'desc': '',
   'descData': None,
   'due': None,
   'dueComplete': False,
   'id': '5a3acbb616e035ff22e24b60',
   'idAttachmentCover': None,
   'idBoard': '5a2af0af5a787645e01b264e',
   'idChecklists': [],
   'idLabels': [],
   'idList': '5a3ac7d743101a2b7a8103b2',
   'idMembers': [],
   'idMembersVoted': [],
   'idShort': 12,
   'labels': [],
   'limits': {'attachments': {'perCard': {'disableAt': 950,
      'status': 'ok',
      'warnAt': 900}},
    'checklists': {'perCard': {'disableAt': 475,
      'status': 'ok',
      'warnAt': 450}},
    'stickers': {'perCard': {'disableAt': 67, 'status': 'ok', 'warnAt': 63}}},
   'manualCoverAttachment': False,
   'name': 'edmonddantes.xyz',
   'pluginData': [],
   'pos': 524287,
   'shortLink': 'g3jbv1GC',
   'shortUrl': 'https://trello.com/c/g3jbv1GC',
   'subscribed': False,
   'url': 'https://trello.com/c/g3jbv1GC/12-edmonddantesxyz'},
  {'attachments': [],
   'badges': {'attachments': 0,
    'attachmentsByType': {'trello': {'board': 0, 'card': 0}},
    'checkItems': 0,
    'checkItemsChecked': 0,
    'comments': 0,
    'description': False,
    'due': None,
    'dueComplete': False,
    'fogbugz': '',
    'subscribed': False,
    'viewingMemberVoted': False,
    'votes': 0},
   'checkItemStates': None,
   'closed': False,
   'dateLastActivity': '2017-12-20T20:48:36.129Z',
   'desc': '',
   'descData': None,
   'due': None,
   'dueComplete': False,
   'id': '5a3acbbba31e1f1ebf9ce6cb',
   'idAttachmentCover': None,
   'idBoard': '5a2af0af5a787645e01b264e',
   'idChecklists': [],
   'idLabels': ['5a3ac8dfef0711f03b0de5fa'],
   'idList': '5a3ac7d743101a2b7a8103b2',
   'idMembers': [],
   'idMembersVoted': [],
   'idShort': 13,
   'labels': [{'color': 'red',
     'id': '5a3ac8dfef0711f03b0de5fa',
     'idBoard': '5a2af0af5a787645e01b264e',
     'name': 'Personal',
     'uses': 16}],
   'limits': {'attachments': {'perCard': {'disableAt': 950,
      'status': 'ok',
      'warnAt': 900}},
    'checklists': {'perCard': {'disableAt': 475,
      'status': 'ok',
      'warnAt': 450}},
    'stickers': {'perCard': {'disableAt': 67, 'status': 'ok', 'warnAt': 63}}},
   'manualCoverAttachment': False,
   'name': 'homebrewhosting.club',
   'pluginData': [],
   'pos': 589823,
   'shortLink': 'ykWaL03c',
   'shortUrl': 'https://trello.com/c/ykWaL03c',
   'subscribed': False,
   'url': 'https://trello.com/c/ykWaL03c/13-homebrewhostingclub'},
  {'attachments': [],
   'badges': {'attachments': 0,
    'attachmentsByType': {'trello': {'board': 0, 'card': 0}},
    'checkItems': 0,
    'checkItemsChecked': 0,
    'comments': 0,
    'description': False,
    'due': None,
    'dueComplete': False,
    'fogbugz': '',
    'subscribed': False,
    'viewingMemberVoted': False,
    'votes': 0},
   'checkItemStates': None,
   'closed': False,
   'dateLastActivity': '2017-12-20T20:48:31.095Z',
   'desc': '',
   'descData': None,
   'due': None,
   'dueComplete': False,
   'id': '5a3acbc040c8938a247ad5a5',
   'idAttachmentCover': None,
   'idBoard': '5a2af0af5a787645e01b264e',
   'idChecklists': [],
   'idLabels': ['5a3ac8dfef0711f03b0de5fa'],
   'idList': '5a3ac7d743101a2b7a8103b2',
   'idMembers': [],
   'idMembersVoted': [],
   'idShort': 14,
   'labels': [{'color': 'red',
     'id': '5a3ac8dfef0711f03b0de5fa',
     'idBoard': '5a2af0af5a787645e01b264e',
     'name': 'Personal',
     'uses': 16}],
   'limits': {'attachments': {'perCard': {'disableAt': 950,
      'status': 'ok',
      'warnAt': 900}},
    'checklists': {'perCard': {'disableAt': 475,
      'status': 'ok',
      'warnAt': 450}},
    'stickers': {'perCard': {'disableAt': 67, 'status': 'ok', 'warnAt': 63}}},
   'manualCoverAttachment': False,
   'name': 'I Love/Hate Myles',
   'pluginData': [],
   'pos': 655359,
   'shortLink': 'pBXvMCQ3',
   'shortUrl': 'https://trello.com/c/pBXvMCQ3',
   'subscribed': False,
   'url': 'https://trello.com/c/pBXvMCQ3/14-i-love-hate-myles'},
  {'attachments': [],
   'badges': {'attachments': 0,
    'attachmentsByType': {'trello': {'board': 0, 'card': 0}},
    'checkItems': 0,
    'checkItemsChecked': 0,
    'comments': 0,
    'description': False,
    'due': None,
    'dueComplete': False,
    'fogbugz': '',
    'subscribed': False,
    'viewingMemberVoted': False,
    'votes': 0},
   'checkItemStates': None,
   'closed': False,
   'dateLastActivity': '2017-12-20T20:48:28.090Z',
   'desc': '',
   'descData': None,
   'due': None,
   'dueComplete': False,
   'id': '5a3acbc86b2bc04eb6ef5b86',
   'idAttachmentCover': None,
   'idBoard': '5a2af0af5a787645e01b264e',
   'idChecklists': [],
   'idLabels': ['5a3ac8dc7e175cba2fe9aa41'],
   'idList': '5a3ac7d743101a2b7a8103b2',
   'idMembers': [],
   'idMembersVoted': [],
   'idShort': 15,
   'labels': [{'color': 'red',
     'id': '5a3ac8dc7e175cba2fe9aa41',
     'idBoard': '5a2af0af5a787645e01b264e',
     'name': 'Work',
     'uses': 4}],
   'limits': {'attachments': {'perCard': {'disableAt': 950,
      'status': 'ok',
      'warnAt': 900}},
    'checklists': {'perCard': {'disableAt': 475,
      'status': 'ok',
      'warnAt': 450}},
    'stickers': {'perCard': {'disableAt': 67, 'status': 'ok', 'warnAt': 63}}},
   'manualCoverAttachment': False,
   'name': 'Kinroyal',
   'pluginData': [],
   'pos': 720895,
   'shortLink': 'LkQIRtWP',
   'shortUrl': 'https://trello.com/c/LkQIRtWP',
   'subscribed': False,
   'url': 'https://trello.com/c/LkQIRtWP/15-kinroyal'},
  {'attachments': [],
   'badges': {'attachments': 0,
    'attachmentsByType': {'trello': {'board': 0, 'card': 0}},
    'checkItems': 0,
    'checkItemsChecked': 0,
    'comments': 0,
    'description': False,
    'due': None,
    'dueComplete': False,
    'fogbugz': '',
    'subscribed': False,
    'viewingMemberVoted': False,
    'votes': 0},
   'checkItemStates': None,
   'closed': False,
   'dateLastActivity': '2017-12-20T20:48:24.251Z',
   'desc': '',
   'descData': None,
   'due': None,
   'dueComplete': False,
   'id': '5a3acbce2862989157c17b8e',
   'idAttachmentCover': None,
   'idBoard': '5a2af0af5a787645e01b264e',
   'idChecklists': [],
   'idLabels': ['5a3ac8dc7e175cba2fe9aa41'],
   'idList': '5a3ac7d743101a2b7a8103b2',
   'idMembers': [],
   'idMembersVoted': [],
   'idShort': 16,
   'labels': [{'color': 'red',
     'id': '5a3ac8dc7e175cba2fe9aa41',
     'idBoard': '5a2af0af5a787645e01b264e',
     'name': 'Work',
     'uses': 4}],
   'limits': {'attachments': {'perCard': {'disableAt': 950,
      'status': 'ok',
      'warnAt': 900}},
    'checklists': {'perCard': {'disableAt': 475,
      'status': 'ok',
      'warnAt': 450}},
    'stickers': {'perCard': {'disableAt': 67, 'status': 'ok', 'warnAt': 63}}},
   'manualCoverAttachment': False,
   'name': 'Monkey in your Soul',
   'pluginData': [],
   'pos': 786431,
   'shortLink': '9Pz5SpbJ',
   'shortUrl': 'https://trello.com/c/9Pz5SpbJ',
   'subscribed': False,
   'url': 'https://trello.com/c/9Pz5SpbJ/16-monkey-in-your-soul'},
  {'attachments': [],
   'badges': {'attachments': 0,
    'attachmentsByType': {'trello': {'board': 0, 'card': 0}},
    'checkItems': 0,
    'checkItemsChecked': 0,
    'comments': 0,
    'description': False,
    'due': None,
    'dueComplete': False,
    'fogbugz': '',
    'subscribed': False,
    'viewingMemberVoted': False,
    'votes': 0},
   'checkItemStates': None,
   'closed': False,
   'dateLastActivity': '2017-12-20T20:48:20.785Z',
   'desc': '',
   'descData': None,
   'due': None,
   'dueComplete': False,
   'id': '5a3acbd6d9f1234e860e2afb',
   'idAttachmentCover': None,
   'idBoard': '5a2af0af5a787645e01b264e',
   'idChecklists': [],
   'idLabels': ['5a3ac8dfef0711f03b0de5fa'],
   'idList': '5a3ac7d743101a2b7a8103b2',
   'idMembers': [],
   'idMembersVoted': [],
   'idShort': 17,
   'labels': [{'color': 'red',
     'id': '5a3ac8dfef0711f03b0de5fa',
     'idBoard': '5a2af0af5a787645e01b264e',
     'name': 'Personal',
     'uses': 16}],
   'limits': {'attachments': {'perCard': {'disableAt': 950,
      'status': 'ok',
      'warnAt': 900}},
    'checklists': {'perCard': {'disableAt': 475,
      'status': 'ok',
      'warnAt': 450}},
    'stickers': {'perCard': {'disableAt': 67, 'status': 'ok', 'warnAt': 63}}},
   'manualCoverAttachment': False,
   'name': 'Myles Loves Coffee',
   'pluginData': [],
   'pos': 851967,
   'shortLink': '0OAoCZOM',
   'shortUrl': 'https://trello.com/c/0OAoCZOM',
   'subscribed': False,
   'url': 'https://trello.com/c/0OAoCZOM/17-myles-loves-coffee'},
  {'attachments': [],
   'badges': {'attachments': 0,
    'attachmentsByType': {'trello': {'board': 0, 'card': 0}},
    'checkItems': 0,
    'checkItemsChecked': 0,
    'comments': 0,
    'description': False,
    'due': None,
    'dueComplete': False,
    'fogbugz': '',
    'subscribed': False,
    'viewingMemberVoted': False,
    'votes': 0},
   'checkItemStates': None,
   'closed': False,
   'dateLastActivity': '2017-12-20T20:48:17.287Z',
   'desc': '',
   'descData': None,
   'due': None,
   'dueComplete': False,
   'id': '5a3acbdcc4fc56019a095bb1',
   'idAttachmentCover': None,
   'idBoard': '5a2af0af5a787645e01b264e',
   'idChecklists': [],
   'idLabels': ['5a3ac8dfef0711f03b0de5fa'],
   'idList': '5a3ac7d743101a2b7a8103b2',
   'idMembers': [],
   'idMembersVoted': [],
   'idShort': 18,
   'labels': [{'color': 'red',
     'id': '5a3ac8dfef0711f03b0de5fa',
     'idBoard': '5a2af0af5a787645e01b264e',
     'name': 'Personal',
     'uses': 16}],
   'limits': {'attachments': {'perCard': {'disableAt': 950,
      'status': 'ok',
      'warnAt': 900}},
    'checklists': {'perCard': {'disableAt': 475,
      'status': 'ok',
      'warnAt': 450}},
    'stickers': {'perCard': {'disableAt': 67, 'status': 'ok', 'warnAt': 63}}},
   'manualCoverAttachment': False,
   'name': "Myles' Photos",
   'pluginData': [],
   'pos': 917503,
   'shortLink': 'KYYDlcL0',
   'shortUrl': 'https://trello.com/c/KYYDlcL0',
   'subscribed': False,
   'url': 'https://trello.com/c/KYYDlcL0/18-myles-photos'},
  {'attachments': [],
   'badges': {'attachments': 0,
    'attachmentsByType': {'trello': {'board': 0, 'card': 0}},
    'checkItems': 0,
    'checkItemsChecked': 0,
    'comments': 0,
    'description': False,
    'due': None,
    'dueComplete': False,
    'fogbugz': '',
    'subscribed': False,
    'viewingMemberVoted': False,
    'votes': 0},
   'checkItemStates': None,
   'closed': False,
   'dateLastActivity': '2017-12-20T20:48:14.046Z',
   'desc': '',
   'descData': None,
   'due': None,
   'dueComplete': False,
   'id': '5a3acbe4ec61645f52c9a258',
   'idAttachmentCover': None,
   'idBoard': '5a2af0af5a787645e01b264e',
   'idChecklists': [],
   'idLabels': ['5a3ac8dfef0711f03b0de5fa'],
   'idList': '5a3ac7d743101a2b7a8103b2',
   'idMembers': [],
   'idMembersVoted': [],
   'idShort': 19,
   'labels': [{'color': 'red',
     'id': '5a3ac8dfef0711f03b0de5fa',
     'idBoard': '5a2af0af5a787645e01b264e',
     'name': 'Personal',
     'uses': 16}],
   'limits': {'attachments': {'perCard': {'disableAt': 950,
      'status': 'ok',
      'warnAt': 900}},
    'checklists': {'perCard': {'disableAt': 475,
      'status': 'ok',
      'warnAt': 450}},
    'stickers': {'perCard': {'disableAt': 67, 'status': 'ok', 'warnAt': 63}}},
   'manualCoverAttachment': False,
   'name': "Myles' Mixtapes",
   'pluginData': [],
   'pos': 983039,
   'shortLink': '8EHeqQdp',
   'shortUrl': 'https://trello.com/c/8EHeqQdp',
   'subscribed': False,
   'url': 'https://trello.com/c/8EHeqQdp/19-myles-mixtapes'},
  {'attachments': [],
   'badges': {'attachments': 0,
    'attachmentsByType': {'trello': {'board': 0, 'card': 0}},
    'checkItems': 0,
    'checkItemsChecked': 0,
    'comments': 0,
    'description': False,
    'due': None,
    'dueComplete': False,
    'fogbugz': '',
    'subscribed': False,
    'viewingMemberVoted': False,
    'votes': 0},
   'checkItemStates': None,
   'closed': False,
   'dateLastActivity': '2017-12-20T20:47:15.052Z',
   'desc': '',
   'descData': None,
   'due': None,
   'dueComplete': False,
   'id': '5a3acc113de1aa2308bfecb3',
   'idAttachmentCover': None,
   'idBoard': '5a2af0af5a787645e01b264e',
   'idChecklists': [],
   'idLabels': ['5a3ac8dfef0711f03b0de5fa'],
   'idList': '5a3ac7d743101a2b7a8103b2',
   'idMembers': [],
   'idMembersVoted': [],
   'idShort': 24,
   'labels': [{'color': 'red',
     'id': '5a3ac8dfef0711f03b0de5fa',
     'idBoard': '5a2af0af5a787645e01b264e',
     'name': 'Personal',
     'uses': 16}],
   'limits': {'attachments': {'perCard': {'disableAt': 950,
      'status': 'ok',
      'warnAt': 900}},
    'checklists': {'perCard': {'disableAt': 475,
      'status': 'ok',
      'warnAt': 450}},
    'stickers': {'perCard': {'disableAt': 67, 'status': 'ok', 'warnAt': 63}}},
   'manualCoverAttachment': False,
   'name': 'You are the Worst',
   'pluginData': [],
   'pos': 1310719,
   'shortLink': 'mBK0kTwO',
   'shortUrl': 'https://trello.com/c/mBK0kTwO',
   'subscribed': False,
   'url': 'https://trello.com/c/mBK0kTwO/24-you-are-the-worst'},
  {'attachments': [],
   'badges': {'attachments': 0,
    'attachmentsByType': {'trello': {'board': 0, 'card': 0}},
    'checkItems': 0,
    'checkItemsChecked': 0,
    'comments': 0,
    'description': False,
    'due': None,
    'dueComplete': False,
    'fogbugz': '',
    'subscribed': False,
    'viewingMemberVoted': False,
    'votes': 0},
   'checkItemStates': None,
   'closed': False,
   'dateLastActivity': '2017-12-20T20:47:10.315Z',
   'desc': '',
   'descData': None,
   'due': None,
   'dueComplete': False,
   'id': '5a3acc48e9cc70364c12b2da',
   'idAttachmentCover': None,
   'idBoard': '5a2af0af5a787645e01b264e',
   'idChecklists': [],
   'idLabels': ['5a3ac8dfef0711f03b0de5fa'],
   'idList': '5a3ac7d743101a2b7a8103b2',
   'idMembers': [],
   'idMembersVoted': [],
   'idShort': 25,
   'labels': [{'color': 'red',
     'id': '5a3ac8dfef0711f03b0de5fa',
     'idBoard': '5a2af0af5a787645e01b264e',
     'name': 'Personal',
     'uses': 16}],
   'limits': {'attachments': {'perCard': {'disableAt': 950,
      'status': 'ok',
      'warnAt': 900}},
    'checklists': {'perCard': {'disableAt': 475,
      'status': 'ok',
      'warnAt': 450}},
    'stickers': {'perCard': {'disableAt': 67, 'status': 'ok', 'warnAt': 63}}},
   'manualCoverAttachment': False,
   'name': 'Peanut Butter Nice Guy',
   'pluginData': [],
   'pos': 1376255,
   'shortLink': '5z9o7hJT',
   'shortUrl': 'https://trello.com/c/5z9o7hJT',
   'subscribed': False,
   'url': 'https://trello.com/c/5z9o7hJT/25-peanut-butter-nice-guy'},
  {'attachments': [],
   'badges': {'attachments': 0,
    'attachmentsByType': {'trello': {'board': 0, 'card': 0}},
    'checkItems': 0,
    'checkItemsChecked': 0,
    'comments': 0,
    'description': False,
    'due': None,
    'dueComplete': False,
    'fogbugz': '',
    'subscribed': False,
    'viewingMemberVoted': False,
    'votes': 0},
   'checkItemStates': None,
   'closed': False,
   'dateLastActivity': '2017-12-20T20:46:20.660Z',
   'desc': '',
   'descData': None,
   'due': None,
   'dueComplete': False,
   'id': '5a3acb56e41ca31425f181bd',
   'idAttachmentCover': None,
   'idBoard': '5a2af0af5a787645e01b264e',
   'idChecklists': [],
   'idLabels': ['5a3ac8dfef0711f03b0de5fa'],
   'idList': '5a3ac7d8ae8bbf3406c5708a',
   'idMembers': [],
   'idMembersVoted': [],
   'idShort': 7,
   'labels': [{'color': 'red',
     'id': '5a3ac8dfef0711f03b0de5fa',
     'idBoard': '5a2af0af5a787645e01b264e',
     'name': 'Personal',
     'uses': 16}],
   'limits': {'attachments': {'perCard': {'disableAt': 950,
      'status': 'ok',
      'warnAt': 900}},
    'checklists': {'perCard': {'disableAt': 475,
      'status': 'ok',
      'warnAt': 450}},
    'stickers': {'perCard': {'disableAt': 67, 'status': 'ok', 'warnAt': 63}}},
   'manualCoverAttachment': False,
   'name': 'Blog',
   'pluginData': [],
   'pos': 196607,
   'shortLink': 'LPxhyNe8',
   'shortUrl': 'https://trello.com/c/LPxhyNe8',
   'subscribed': False,
   'url': 'https://trello.com/c/LPxhyNe8/7-blog'},
  {'attachments': [],
   'badges': {'attachments': 0,
    'attachmentsByType': {'trello': {'board': 0, 'card': 0}},
    'checkItems': 0,
    'checkItemsChecked': 0,
    'comments': 0,
    'description': False,
    'due': None,
    'dueComplete': False,
    'fogbugz': '',
    'subscribed': False,
    'viewingMemberVoted': False,
    'votes': 0},
   'checkItemStates': None,
   'closed': False,
   'dateLastActivity': '2017-12-20T20:46:24.196Z',
   'desc': '',
   'descData': None,
   'due': None,
   'dueComplete': False,
   'id': '5a3acb4d74ea7e3cce90b662',
   'idAttachmentCover': None,
   'idBoard': '5a2af0af5a787645e01b264e',
   'idChecklists': [],
   'idLabels': ['5a3ac8dfef0711f03b0de5fa'],
   'idList': '5a3ac7d8ae8bbf3406c5708a',
   'idMembers': [],
   'idMembersVoted': [],
   'idShort': 6,
   'labels': [{'color': 'red',
     'id': '5a3ac8dfef0711f03b0de5fa',
     'idBoard': '5a2af0af5a787645e01b264e',
     'name': 'Personal',
     'uses': 16}],
   'limits': {'attachments': {'perCard': {'disableAt': 950,
      'status': 'ok',
      'warnAt': 900}},
    'checklists': {'perCard': {'disableAt': 475,
      'status': 'ok',
      'warnAt': 450}},
    'stickers': {'perCard': {'disableAt': 67, 'status': 'ok', 'warnAt': 63}}},
   'manualCoverAttachment': False,
   'name': "Myles' Talks",
   'pluginData': [],
   'pos': 262143,
   'shortLink': 'aIAtHhhF',
   'shortUrl': 'https://trello.com/c/aIAtHhhF',
   'subscribed': False,
   'url': 'https://trello.com/c/aIAtHhhF/6-myles-talks'},
  {'attachments': [],
   'badges': {'attachments': 0,
    'attachmentsByType': {'trello': {'board': 0, 'card': 0}},
    'checkItems': 0,
    'checkItemsChecked': 0,
    'comments': 0,
    'description': False,
    'due': None,
    'dueComplete': False,
    'fogbugz': '',
    'subscribed': False,
    'viewingMemberVoted': False,
    'votes': 0},
   'checkItemStates': None,
   'closed': False,
   'dateLastActivity': '2017-12-20T20:48:09.717Z',
   'desc': '',
   'descData': None,
   'due': None,
   'dueComplete': False,
   'id': '5a3acbeb74ea7e3cce90c8a4',
   'idAttachmentCover': None,
   'idBoard': '5a2af0af5a787645e01b264e',
   'idChecklists': [],
   'idLabels': [],
   'idList': '5a3ac7d8ae8bbf3406c5708a',
   'idMembers': [],
   'idMembersVoted': [],
   'idShort': 20,
   'labels': [],
   'limits': {'attachments': {'perCard': {'disableAt': 950,
      'status': 'ok',
      'warnAt': 900}},
    'checklists': {'perCard': {'disableAt': 475,
      'status': 'ok',
      'warnAt': 450}},
    'stickers': {'perCard': {'disableAt': 67, 'status': 'ok', 'warnAt': 63}}},
   'manualCoverAttachment': False,
   'name': 'Homepage',
   'pluginData': [],
   'pos': 1048575,
   'shortLink': 't1we08yl',
   'shortUrl': 'https://trello.com/c/t1we08yl',
   'subscribed': False,
   'url': 'https://trello.com/c/t1we08yl/20-homepage'},
  {'attachments': [{'bytes': None,
     'date': '2017-12-20T20:42:36.478Z',
     'edgeColor': None,
     'id': '5a3acb3cf9b6f72d020dba4f',
     'idMember': '4e70b6a280cd7c0000004557',
     'isUpload': False,
     'mimeType': '',
     'name': 'The Incorporated City of Myles',
     'pos': 16384,
     'previews': [],
     'url': 'https://myles.city/'}],
   'badges': {'attachments': 1,
    'attachmentsByType': {'trello': {'board': 0, 'card': 0}},
    'checkItems': 0,
    'checkItemsChecked': 0,
    'comments': 0,
    'description': False,
    'due': None,
    'dueComplete': False,
    'fogbugz': '',
    'subscribed': False,
    'viewingMemberVoted': False,
    'votes': 0},
   'checkItemStates': None,
   'closed': False,
   'dateLastActivity': '2017-12-20T20:46:16.418Z',
   'desc': '',
   'descData': None,
   'due': None,
   'dueComplete': False,
   'id': '5a3acb1267df8001db35cf3a',
   'idAttachmentCover': None,
   'idBoard': '5a2af0af5a787645e01b264e',
   'idChecklists': [],
   'idLabels': ['5a3ac8dfef0711f03b0de5fa'],
   'idList': '5a3ac7df6ad96873de945b10',
   'idMembers': [],
   'idMembersVoted': [],
   'idShort': 5,
   'labels': [{'color': 'red',
     'id': '5a3ac8dfef0711f03b0de5fa',
     'idBoard': '5a2af0af5a787645e01b264e',
     'name': 'Personal',
     'uses': 16}],
   'limits': {'attachments': {'perCard': {'disableAt': 950,
      'status': 'ok',
      'warnAt': 900}},
    'checklists': {'perCard': {'disableAt': 475,
      'status': 'ok',
      'warnAt': 450}},
    'stickers': {'perCard': {'disableAt': 67, 'status': 'ok', 'warnAt': 63}}},
   'manualCoverAttachment': False,
   'name': 'The Incorporated City of Myles',
   'pluginData': [],
   'pos': 65535,
   'shortLink': 'yqcCfkyD',
   'shortUrl': 'https://trello.com/c/yqcCfkyD',
   'subscribed': False,
   'url': 'https://trello.com/c/yqcCfkyD/5-the-incorporated-city-of-myles'},
  {'attachments': [],
   'badges': {'attachments': 0,
    'attachmentsByType': {'trello': {'board': 0, 'card': 0}},
    'checkItems': 0,
    'checkItemsChecked': 0,
    'comments': 0,
    'description': False,
    'due': None,
    'dueComplete': False,
    'fogbugz': '',
    'subscribed': False,
    'viewingMemberVoted': False,
    'votes': 0},
   'checkItemStates': None,
   'closed': False,
   'dateLastActivity': '2017-12-20T20:47:40.151Z',
   'desc': '',
   'descData': None,
   'due': None,
   'dueComplete': False,
   'id': '5a3acc0b1f47223cf90d5a05',
   'idAttachmentCover': None,
   'idBoard': '5a2af0af5a787645e01b264e',
   'idChecklists': [],
   'idLabels': ['5a3ac8dfef0711f03b0de5fa', '5a3acc65d8526027ffa8d5db'],
   'idList': '5a3ac7df69f5a3b11eadf9e1',
   'idMembers': [],
   'idMembersVoted': [],
   'idShort': 23,
   'labels': [{'color': 'red',
     'id': '5a3ac8dfef0711f03b0de5fa',
     'idBoard': '5a2af0af5a787645e01b264e',
     'name': 'Personal',
     'uses': 16},
    {'color': 'green',
     'id': '5a3acc65d8526027ffa8d5db',
     'idBoard': '5a2af0af5a787645e01b264e',
     'name': 'NearlyFreeSpeech.NET',
     'uses': 3}],
   'limits': {'attachments': {'perCard': {'disableAt': 950,
      'status': 'ok',
      'warnAt': 900}},
    'checklists': {'perCard': {'disableAt': 475,
      'status': 'ok',
      'warnAt': 450}},
    'stickers': {'perCard': {'disableAt': 67, 'status': 'ok', 'warnAt': 63}}},
   'manualCoverAttachment': False,
   'name': 'What Day of the Week',
   'pluginData': [],
   'pos': 1245183,
   'shortLink': 'bSuHtvGH',
   'shortUrl': 'https://trello.com/c/bSuHtvGH',
   'subscribed': False,
   'url': 'https://trello.com/c/bSuHtvGH/23-what-day-of-the-week'},
  {'attachments': [],
   'badges': {'attachments': 0,
    'attachmentsByType': {'trello': {'board': 0, 'card': 0}},
    'checkItems': 0,
    'checkItemsChecked': 0,
    'comments': 0,
    'description': False,
    'due': None,
    'dueComplete': False,
    'fogbugz': '',
    'subscribed': False,
    'viewingMemberVoted': False,
    'votes': 0},
   'checkItemStates': None,
   'closed': False,
   'dateLastActivity': '2017-12-20T20:47:54.253Z',
   'desc': '',
   'descData': None,
   'due': None,
   'dueComplete': False,
   'id': '5a3acc074fd1d0cb4d5e0cc2',
   'idAttachmentCover': None,
   'idBoard': '5a2af0af5a787645e01b264e',
   'idChecklists': [],
   'idLabels': ['5a3ac8dc7e175cba2fe9aa41', '5a3acc65d8526027ffa8d5db'],
   'idList': '5a3ac7df69f5a3b11eadf9e1',
   'idMembers': [],
   'idMembersVoted': [],
   'idShort': 22,
   'labels': [{'color': 'red',
     'id': '5a3ac8dc7e175cba2fe9aa41',
     'idBoard': '5a2af0af5a787645e01b264e',
     'name': 'Work',
     'uses': 4},
    {'color': 'green',
     'id': '5a3acc65d8526027ffa8d5db',
     'idBoard': '5a2af0af5a787645e01b264e',
     'name': 'NearlyFreeSpeech.NET',
     'uses': 3}],
   'limits': {'attachments': {'perCard': {'disableAt': 950,
      'status': 'ok',
      'warnAt': 900}},
    'checklists': {'perCard': {'disableAt': 475,
      'status': 'ok',
      'warnAt': 450}},
    'stickers': {'perCard': {'disableAt': 67, 'status': 'ok', 'warnAt': 63}}},
   'manualCoverAttachment': False,
   'name': 'Rotten Bananas',
   'pluginData': [],
   'pos': 1310719,
   'shortLink': '424YBrGV',
   'shortUrl': 'https://trello.com/c/424YBrGV',
   'subscribed': False,
   'url': 'https://trello.com/c/424YBrGV/22-rotten-bananas'},
  {'attachments': [],
   'badges': {'attachments': 0,
    'attachmentsByType': {'trello': {'board': 0, 'card': 0}},
    'checkItems': 0,
    'checkItemsChecked': 0,
    'comments': 0,
    'description': False,
    'due': None,
    'dueComplete': False,
    'fogbugz': '',
    'subscribed': False,
    'viewingMemberVoted': False,
    'votes': 0},
   'checkItemStates': None,
   'closed': False,
   'dateLastActivity': '2017-12-20T20:48:04.821Z',
   'desc': '',
   'descData': None,
   'due': None,
   'dueComplete': False,
   'id': '5a3acc04f8169fbac3cea530',
   'idAttachmentCover': None,
   'idBoard': '5a2af0af5a787645e01b264e',
   'idChecklists': [],
   'idLabels': ['5a3acc65d8526027ffa8d5db', '5a3ac8dfef0711f03b0de5fa'],
   'idList': '5a3ac7df69f5a3b11eadf9e1',
   'idMembers': [],
   'idMembersVoted': [],
   'idShort': 21,
   'labels': [{'color': 'green',
     'id': '5a3acc65d8526027ffa8d5db',
     'idBoard': '5a2af0af5a787645e01b264e',
     'name': 'NearlyFreeSpeech.NET',
     'uses': 3},
    {'color': 'red',
     'id': '5a3ac8dfef0711f03b0de5fa',
     'idBoard': '5a2af0af5a787645e01b264e',
     'name': 'Personal',
     'uses': 16}],
   'limits': {'attachments': {'perCard': {'disableAt': 950,
      'status': 'ok',
      'warnAt': 900}},
    'checklists': {'perCard': {'disableAt': 475,
      'status': 'ok',
      'warnAt': 450}},
    'stickers': {'perCard': {'disableAt': 67, 'status': 'ok', 'warnAt': 63}}},
   'manualCoverAttachment': False,
   'name': 'Pass the Wine, Fuck the Government, I Love You',
   'pluginData': [],
   'pos': 1376255,
   'shortLink': 'S3QZLY6e',
   'shortUrl': 'https://trello.com/c/S3QZLY6e',
   'subscribed': False,
   'url': 'https://trello.com/c/S3QZLY6e/21-pass-the-wine-fuck-the-government-i-love-you'},
  {'attachments': [{'bytes': 60404,
     'date': '2017-12-20T20:30:37.730Z',
     'edgeColor': '#444444',
     'id': '5a3ac86db3ef8398ec79dbd7',
     'idMember': '4e70b6a280cd7c0000004557',
     'isUpload': True,
     'mimeType': None,
     'name': 'cover.png',
     'pos': 16384,
     'previews': [{'_id': '5a3ac86fdf1586f0973cf6cc',
       'bytes': 4272,
       'height': 50,
       'scaled': False,
       'url': 'https://trello-attachments.s3.amazonaws.com/5a3ac7ed98ef262d6e5757be/70x50/1d948720b31d91858177434fa9d69321/png.png',
       'width': 70},
      {'_id': '5a3ac86fdf1586f0973cf6cb',
       'bytes': 14433,
       'height': 150,
       'scaled': False,
       'url': 'https://trello-attachments.s3.amazonaws.com/5a3ac7ed98ef262d6e5757be/250x150/1195a17e6357780600957d588105e147/png.png',
       'width': 250},
      {'_id': '5a3ac86fdf1586f0973cf6ca',
       'bytes': 10980,
       'height': 120,
       'scaled': True,
       'url': 'https://trello-attachments.s3.amazonaws.com/5a3ac7ed98ef262d6e5757be/150x120/1db99a55bc32260cb1099a86cf9e164c/png.png',
       'width': 150},
      {'_id': '5a3ac86fdf1586f0973cf6c9',
       'bytes': 22789,
       'height': 240,
       'scaled': True,
       'url': 'https://trello-attachments.s3.amazonaws.com/5a3ac7ed98ef262d6e5757be/300x240/d81ccda218c2684253b3f7ea16a61510/png.png',
       'width': 300},
      {'_id': '5a3ac86fdf1586f0973cf6c8',
       'bytes': 50449,
       'height': 480,
       'scaled': True,
       'url': 'https://trello-attachments.s3.amazonaws.com/5a3ac7ed98ef262d6e5757be/600x480/2e76193ff5412c4d326d96389449729d/png.png',
       'width': 600},
      {'_id': '5a3ac86fdf1586f0973cf6c7',
       'bytes': 110671,
       'height': 960,
       'scaled': True,
       'url': 'https://trello-attachments.s3.amazonaws.com/5a3ac7ed98ef262d6e5757be/1200x960/2936da00d13dfb61e4938f2a37a5dccf/png.png',
       'width': 1200},
      {'_id': '5a3ac86fdf1586f0973cf6c6',
       'bytes': 60404,
       'height': 1024,
       'scaled': True,
       'url': 'https://trello-attachments.s3.amazonaws.com/5a2af0af5a787645e01b264e/5a3ac7ed98ef262d6e5757be/e4ae81e64ce228822ce36b3f3c7a5f64/png.png',
       'width': 1280}],
     'url': 'https://trello-attachments.s3.amazonaws.com/5a2af0af5a787645e01b264e/5a3ac7ed98ef262d6e5757be/e4ae81e64ce228822ce36b3f3c7a5f64/png.png'},
    {'bytes': None,
     'date': '2017-12-20T20:31:13.077Z',
     'edgeColor': None,
     'id': '5a3ac891e0370e08ea579f32',
     'idMember': '4e70b6a280cd7c0000004557',
     'isUpload': False,
     'mimeType': '',
     'name': 'Fancy as Fuck',
     'pos': 32768,
     'previews': [],
     'url': 'https://fancyasfuck.ca/'},
    {'bytes': None,
     'date': '2017-12-20T20:31:35.626Z',
     'edgeColor': None,
     'id': '5a3ac8a793e681b101dbe970',
     'idMember': '4e70b6a280cd7c0000004557',
     'isUpload': False,
     'mimeType': '',
     'name': 'Repo',
     'pos': 24576,
     'previews': [],
     'url': 'https://github.com/myles/fancyasfuck.ca-www'}],
   'badges': {'attachments': 3,
    'attachmentsByType': {'trello': {'board': 0, 'card': 0}},
    'checkItems': 0,
    'checkItemsChecked': 0,
    'comments': 0,
    'description': False,
    'due': None,
    'dueComplete': False,
    'fogbugz': '',
    'subscribed': False,
    'viewingMemberVoted': False,
    'votes': 0},
   'checkItemStates': None,
   'closed': False,
   'dateLastActivity': '2017-12-20T20:33:37.854Z',
   'desc': '',
   'descData': {'emoji': {}},
   'due': None,
   'dueComplete': False,
   'id': '5a3ac7ed98ef262d6e5757be',
   'idAttachmentCover': '5a3ac86db3ef8398ec79dbd7',
   'idBoard': '5a2af0af5a787645e01b264e',
   'idChecklists': [],
   'idLabels': ['5a3ac85974ea7e3cce9048c2', '5a3ac8dfef0711f03b0de5fa'],
   'idList': '5a3ac7e1f5228413f951e5dc',
   'idMembers': [],
   'idMembersVoted': [],
   'idShort': 1,
   'labels': [{'color': 'green',
     'id': '5a3ac85974ea7e3cce9048c2',
     'idBoard': '5a2af0af5a787645e01b264e',
     'name': 'Netlify',
     'uses': 2},
    {'color': 'red',
     'id': '5a3ac8dfef0711f03b0de5fa',
     'idBoard': '5a2af0af5a787645e01b264e',
     'name': 'Personal',
     'uses': 16}],
   'limits': {'attachments': {'perCard': {'disableAt': 950,
      'status': 'ok',
      'warnAt': 900}},
    'checklists': {'perCard': {'disableAt': 475,
      'status': 'ok',
      'warnAt': 450}},
    'stickers': {'perCard': {'disableAt': 67, 'status': 'ok', 'warnAt': 63}}},
   'manualCoverAttachment': False,
   'name': 'Fancy as Fuck',
   'pluginData': [],
   'pos': 65535,
   'shortLink': 'Q4m6fGcy',
   'shortUrl': 'https://trello.com/c/Q4m6fGcy',
   'subscribed': False,
   'url': 'https://trello.com/c/Q4m6fGcy/1-fancy-as-fuck'},
  {'attachments': [{'bytes': 397509,
     'date': '2017-12-20T20:34:27.327Z',
     'edgeColor': '#142c44',
     'id': '5a3ac953c8021890f3ab8f03',
     'idMember': '4e70b6a280cd7c0000004557',
     'isUpload': True,
     'mimeType': None,
     'name': 'cover.png',
     'pos': 16384,
     'previews': [{'_id': '5a3ac954fa3bbd3cb71574e4',
       'bytes': 2918,
       'height': 50,
       'scaled': False,
       'url': 'https://trello-attachments.s3.amazonaws.com/5a3ac9392e24760832033315/70x50/d18cd857897f063b994090ca5a1cc4ce/png.png',
       'width': 70},
      {'_id': '5a3ac954fa3bbd3cb71574e3',
       'bytes': 15699,
       'height': 150,
       'scaled': False,
       'url': 'https://trello-attachments.s3.amazonaws.com/5a3ac9392e24760832033315/250x150/9e693924f55616a00299a7aaa429b105/png.png',
       'width': 250},
      {'_id': '5a3ac954fa3bbd3cb71574e2',
       'bytes': 10783,
       'height': 120,
       'scaled': True,
       'url': 'https://trello-attachments.s3.amazonaws.com/5a3ac9392e24760832033315/150x120/b0c32b8c70b81c2fa5a6d08fd54d2252/png.png',
       'width': 150},
      {'_id': '5a3ac954fa3bbd3cb71574e1',
       'bytes': 33773,
       'height': 240,
       'scaled': True,
       'url': 'https://trello-attachments.s3.amazonaws.com/5a3ac9392e24760832033315/300x240/92dd8ad4182d21965593771e8e99b368/png.png',
       'width': 300},
      {'_id': '5a3ac954fa3bbd3cb71574e0',
       'bytes': 109230,
       'height': 480,
       'scaled': True,
       'url': 'https://trello-attachments.s3.amazonaws.com/5a3ac9392e24760832033315/600x480/bcb2683d9bfa1d9594334e32e3c71f36/png.png',
       'width': 600},
      {'_id': '5a3ac954fa3bbd3cb71574df',
       'bytes': 362575,
       'height': 960,
       'scaled': True,
       'url': 'https://trello-attachments.s3.amazonaws.com/5a3ac9392e24760832033315/1200x960/0eec322e5193271fd2c13db05f986a95/png.png',
       'width': 1200},
      {'_id': '5a3ac954fa3bbd3cb71574de',
       'bytes': 397509,
       'height': 1024,
       'scaled': True,
       'url': 'https://trello-attachments.s3.amazonaws.com/5a2af0af5a787645e01b264e/5a3ac9392e24760832033315/4dabb2d0d8da769decf25b9448c1d2ae/png.png',
       'width': 1280}],
     'url': 'https://trello-attachments.s3.amazonaws.com/5a2af0af5a787645e01b264e/5a3ac9392e24760832033315/4dabb2d0d8da769decf25b9448c1d2ae/png.png'},
    {'bytes': None,
     'date': '2017-12-20T20:34:54.945Z',
     'edgeColor': None,
     'id': '5a3ac96ed186831e88122477',
     'idMember': '4e70b6a280cd7c0000004557',
     'isUpload': False,
     'mimeType': '',
     'name': 'Braithwaite Corp.',
     'pos': 32768,
     'previews': [],
     'url': 'https://braithwaitecorp.com/'},
    {'bytes': None,
     'date': '2017-12-20T20:35:13.086Z',
     'edgeColor': None,
     'id': '5a3ac981af5a5227a90f32ac',
     'idMember': '4e70b6a280cd7c0000004557',
     'isUpload': False,
     'mimeType': '',
     'name': 'Repo',
     'pos': 24576,
     'previews': [],
     'url': 'https://github.com/myles/braithwaitecorp.com'}],
   'badges': {'attachments': 3,
    'attachmentsByType': {'trello': {'board': 0, 'card': 0}},
    'checkItems': 0,
    'checkItemsChecked': 0,
    'comments': 0,
    'description': False,
    'due': None,
    'dueComplete': False,
    'fogbugz': '',
    'subscribed': False,
    'viewingMemberVoted': False,
    'votes': 0},
   'checkItemStates': None,
   'closed': False,
   'dateLastActivity': '2017-12-20T20:35:15.270Z',
   'desc': '',
   'descData': None,
   'due': None,
   'dueComplete': False,
   'id': '5a3ac9392e24760832033315',
   'idAttachmentCover': '5a3ac953c8021890f3ab8f03',
   'idBoard': '5a2af0af5a787645e01b264e',
   'idChecklists': [],
   'idLabels': ['5a3ac85974ea7e3cce9048c2', '5a3ac8dc7e175cba2fe9aa41'],
   'idList': '5a3ac7e1f5228413f951e5dc',
   'idMembers': [],
   'idMembersVoted': [],
   'idShort': 2,
   'labels': [{'color': 'green',
     'id': '5a3ac85974ea7e3cce9048c2',
     'idBoard': '5a2af0af5a787645e01b264e',
     'name': 'Netlify',
     'uses': 2},
    {'color': 'red',
     'id': '5a3ac8dc7e175cba2fe9aa41',
     'idBoard': '5a2af0af5a787645e01b264e',
     'name': 'Work',
     'uses': 4}],
   'limits': {'attachments': {'perCard': {'disableAt': 950,
      'status': 'ok',
      'warnAt': 900}},
    'checklists': {'perCard': {'disableAt': 475,
      'status': 'ok',
      'warnAt': 450}},
    'stickers': {'perCard': {'disableAt': 67, 'status': 'ok', 'warnAt': 63}}},
   'manualCoverAttachment': False,
   'name': 'Braithwaite Corp.',
   'pluginData': [],
   'pos': 131071,
   'shortLink': '2WhQ9HLh',
   'shortUrl': 'https://trello.com/c/2WhQ9HLh',
   'subscribed': False,
   'url': 'https://trello.com/c/2WhQ9HLh/2-braithwaite-corp'},
  {'attachments': [{'bytes': 873500,
     'date': '2017-12-20T20:36:37.113Z',
     'edgeColor': '#745484',
     'id': '5a3ac9d50863e75efd8025b1',
     'idMember': '4e70b6a280cd7c0000004557',
     'isUpload': True,
     'mimeType': None,
     'name': 'cover.png',
     'pos': 16384,
     'previews': [{'_id': '5a3ac9d6899eeb23325305c8',
       'bytes': 5374,
       'height': 50,
       'scaled': False,
       'url': 'https://trello-attachments.s3.amazonaws.com/5a3ac9afaa1fb1041db28198/70x50/30996c22b8842ec27223f9837dd169c3/png.png',
       'width': 70},
      {'_id': '5a3ac9d6899eeb23325305c7',
       'bytes': 30245,
       'height': 150,
       'scaled': False,
       'url': 'https://trello-attachments.s3.amazonaws.com/5a3ac9afaa1fb1041db28198/250x150/d787dedd09a45863dd6a04b47184a7aa/png.png',
       'width': 250},
      {'_id': '5a3ac9d6899eeb23325305c6',
       'bytes': 20640,
       'height': 120,
       'scaled': True,
       'url': 'https://trello-attachments.s3.amazonaws.com/5a3ac9afaa1fb1041db28198/150x120/7e0df0d400e5b248ad074afc17728daa/png.png',
       'width': 150},
      {'_id': '5a3ac9d6899eeb23325305c5',
       'bytes': 65816,
       'height': 240,
       'scaled': True,
       'url': 'https://trello-attachments.s3.amazonaws.com/5a3ac9afaa1fb1041db28198/300x240/c035138556be7497bd341bb248a9b8cb/png.png',
       'width': 300},
      {'_id': '5a3ac9d6899eeb23325305c4',
       'bytes': 218181,
       'height': 480,
       'scaled': True,
       'url': 'https://trello-attachments.s3.amazonaws.com/5a3ac9afaa1fb1041db28198/600x480/4d0cc859795fd382042f633ea04a049a/png.png',
       'width': 600},
      {'_id': '5a3ac9d6899eeb23325305c3',
       'bytes': 751042,
       'height': 960,
       'scaled': True,
       'url': 'https://trello-attachments.s3.amazonaws.com/5a3ac9afaa1fb1041db28198/1200x960/c04eb37f6d5b41de341077c121d2e345/png.png',
       'width': 1200},
      {'_id': '5a3ac9d6899eeb23325305c2',
       'bytes': 873500,
       'height': 1024,
       'scaled': True,
       'url': 'https://trello-attachments.s3.amazonaws.com/5a2af0af5a787645e01b264e/5a3ac9afaa1fb1041db28198/c02bd2ccaffaebf18b6cb5d8258ce5f9/png.png',
       'width': 1280}],
     'url': 'https://trello-attachments.s3.amazonaws.com/5a2af0af5a787645e01b264e/5a3ac9afaa1fb1041db28198/c02bd2ccaffaebf18b6cb5d8258ce5f9/png.png'},
    {'bytes': None,
     'date': '2017-12-20T20:37:00.640Z',
     'edgeColor': None,
     'id': '5a3ac9ec2077863d416aed02',
     'idMember': '4e70b6a280cd7c0000004557',
     'isUpload': False,
     'mimeType': '',
     'name': 'Repo',
     'pos': 32768,
     'previews': [],
     'url': 'https://github.com/myles/gifs.mylesb.ca'},
    {'bytes': None,
     'date': '2017-12-20T20:37:07.205Z',
     'edgeColor': None,
     'id': '5a3ac9f353c71a363f53dbfb',
     'idMember': '4e70b6a280cd7c0000004557',
     'isUpload': False,
     'mimeType': '',
     'name': "Myles' Gifs",
     'pos': 49152,
     'previews': [],
     'url': 'https://gifs.mylesb.ca/'}],
   'badges': {'attachments': 3,
    'attachmentsByType': {'trello': {'board': 0, 'card': 0}},
    'checkItems': 0,
    'checkItemsChecked': 0,
    'comments': 0,
    'description': False,
    'due': None,
    'dueComplete': False,
    'fogbugz': '',
    'subscribed': False,
    'viewingMemberVoted': False,
    'votes': 0},
   'checkItemStates': None,
   'closed': False,
   'dateLastActivity': '2017-12-20T20:37:12.226Z',
   'desc': '',
   'descData': None,
   'due': None,
   'dueComplete': False,
   'id': '5a3ac9afaa1fb1041db28198',
   'idAttachmentCover': '5a3ac9d50863e75efd8025b1',
   'idBoard': '5a2af0af5a787645e01b264e',
   'idChecklists': [],
   'idLabels': ['5a3ac9ba3e38ddb08a534a10', '5a3ac8dfef0711f03b0de5fa'],
   'idList': '5a3ac7e1f5228413f951e5dc',
   'idMembers': [],
   'idMembersVoted': [],
   'idShort': 3,
   'labels': [{'color': 'green',
     'id': '5a3ac9ba3e38ddb08a534a10',
     'idBoard': '5a2af0af5a787645e01b264e',
     'name': 'Gorilla',
     'uses': 1},
    {'color': 'red',
     'id': '5a3ac8dfef0711f03b0de5fa',
     'idBoard': '5a2af0af5a787645e01b264e',
     'name': 'Personal',
     'uses': 16}],
   'limits': {'attachments': {'perCard': {'disableAt': 950,
      'status': 'ok',
      'warnAt': 900}},
    'checklists': {'perCard': {'disableAt': 475,
      'status': 'ok',
      'warnAt': 450}},
    'stickers': {'perCard': {'disableAt': 67, 'status': 'ok', 'warnAt': 63}}},
   'manualCoverAttachment': False,
   'name': "Myles' Gifs",
   'pluginData': [],
   'pos': 196607,
   'shortLink': 'iKKg8l8b',
   'shortUrl': 'https://trello.com/c/iKKg8l8b',
   'subscribed': False,
   'url': 'https://trello.com/c/iKKg8l8b/3-myles-gifs'}],
 'checklists': [],
 'closed': False,
 'dateLastActivity': '2017-12-20T20:50:10.063Z',
 'dateLastView': None,
 'datePluginDisable': None,
 'desc': '',
 'descData': None,
 'id': '5a2af0af5a787645e01b264e',
 'idOrganization': None,
 'idTags': [],
 'invitations': [],
 'invited': False,
 'labelNames': {'black': '',
  'blue': '',
  'green': 'NearlyFreeSpeech.NET',
  'lime': '',
  'orange': '',
  'pink': '',
  'purple': '',
  'red': 'Personal',
  'sky': '',
  'yellow': ''},
 'labels': [{'color': 'red',
   'id': '5a3ac8dfef0711f03b0de5fa',
   'idBoard': '5a2af0af5a787645e01b264e',
   'name': 'Personal',
   'uses': 16},
  {'color': 'red',
   'id': '5a3ac8dc7e175cba2fe9aa41',
   'idBoard': '5a2af0af5a787645e01b264e',
   'name': 'Work',
   'uses': 4},
  {'color': 'green',
   'id': '5a3acc65d8526027ffa8d5db',
   'idBoard': '5a2af0af5a787645e01b264e',
   'name': 'NearlyFreeSpeech.NET',
   'uses': 3},
  {'color': 'green',
   'id': '5a3ac85974ea7e3cce9048c2',
   'idBoard': '5a2af0af5a787645e01b264e',
   'name': 'Netlify',
   'uses': 2},
  {'color': 'green',
   'id': '5a3ac9ba3e38ddb08a534a10',
   'idBoard': '5a2af0af5a787645e01b264e',
   'name': 'Gorilla',
   'uses': 1}],
 'limits': {'attachments': {'perBoard': {'disableAt': 19000,
    'status': 'ok',
    'warnAt': 18000}},
  'boards': {'totalMembersPerBoard': {'disableAt': 1520,
    'status': 'ok',
    'warnAt': 1440}},
  'cards': {'openPerBoard': {'disableAt': 4750,
    'status': 'ok',
    'warnAt': 4500},
   'totalPerBoard': {'disableAt': 1900000, 'status': 'ok', 'warnAt': 1800000}},
  'checklists': {'perBoard': {'disableAt': 1900000,
    'status': 'ok',
    'warnAt': 1800000}},
  'labels': {'perBoard': {'disableAt': 950, 'status': 'ok', 'warnAt': 900}},
  'lists': {'openPerBoard': {'disableAt': 475, 'status': 'ok', 'warnAt': 450},
   'totalPerBoard': {'disableAt': 2850, 'status': 'ok', 'warnAt': 2700}}},
 'lists': [{'closed': False,
   'id': '5a3aca2819f22d33b5c307e7',
   'idBoard': '5a2af0af5a787645e01b264e',
   'limits': {'cards': {'openPerList': {'disableAt': 4750,
      'status': 'ok',
      'warnAt': 4500},
     'totalPerList': {'disableAt': 950000, 'status': 'ok', 'warnAt': 900000}}},
   'name': 'README',
   'pos': 32767.5,
   'subscribed': None},
  {'closed': False,
   'id': '5a3ac7d743101a2b7a8103b2',
   'idBoard': '5a2af0af5a787645e01b264e',
   'limits': {'cards': {'openPerList': {'disableAt': 4750,
      'status': 'ok',
      'warnAt': 4500},
     'totalPerList': {'disableAt': 950000, 'status': 'ok', 'warnAt': 900000}}},
   'name': 'Backlog',
   'pos': 65535,
   'subscribed': None},
  {'closed': False,
   'id': '5a3ac7d8ae8bbf3406c5708a',
   'idBoard': '5a2af0af5a787645e01b264e',
   'limits': {'cards': {'openPerList': {'disableAt': 4750,
      'status': 'ok',
      'warnAt': 4500},
     'totalPerList': {'disableAt': 950000, 'status': 'ok', 'warnAt': 900000}}},
   'name': 'Planning',
   'pos': 131071,
   'subscribed': None},
  {'closed': False,
   'id': '5a3ac7df6ad96873de945b10',
   'idBoard': '5a2af0af5a787645e01b264e',
   'limits': {'cards': {'openPerList': {'disableAt': 4750,
      'status': 'ok',
      'warnAt': 4500},
     'totalPerList': {'disableAt': 950000, 'status': 'ok', 'warnAt': 900000}}},
   'name': 'In Progress',
   'pos': 196607,
   'subscribed': None},
  {'closed': False,
   'id': '5a3ac7df69f5a3b11eadf9e1',
   'idBoard': '5a2af0af5a787645e01b264e',
   'limits': {'cards': {'openPerList': {'disableAt': 4750,
      'status': 'ok',
      'warnAt': 4500},
     'totalPerList': {'disableAt': 950000, 'status': 'ok', 'warnAt': 900000}}},
   'name': 'Done',
   'pos': 262143,
   'subscribed': None},
  {'closed': False,
   'id': '5a3ac7e1f5228413f951e5dc',
   'idBoard': '5a2af0af5a787645e01b264e',
   'limits': {'cards': {'openPerList': {'disableAt': 4750,
      'status': 'ok',
      'warnAt': 4500},
     'totalPerList': {'disableAt': 950000, 'status': 'ok', 'warnAt': 900000}}},
   'name': 'Deployed',
   'pos': 327679,
   'subscribed': None}],
 'members': [{'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de',
   'bio': '',
   'bioData': {'emoji': {}},
   'confirmed': True,
   'fullName': 'Myles B',
   'id': '4e70b6a280cd7c0000004557',
   'idPremOrgsAdmin': None,
   'initials': 'MB',
   'memberType': 'normal',
   'products': [],
   'status': 'disconnected',
   'url': 'https://trello.com/myles',
   'username': 'myles'}],
 'memberships': [{'id': '5a2af0af5a787645e01b264f',
   'idMember': '4e70b6a280cd7c0000004557',
   'memberType': 'admin',
   'unconfirmed': False}],
 'name': 'Websites',
 'pinned': False,
 'pluginData': [],
 'powerUps': [],
 'prefs': {'background': '5a37eeb8af989b38d7724672',
  'backgroundBottomColor': '#352622',
  'backgroundBrightness': 'dark',
  'backgroundImage': 'https://trello-backgrounds.s3.amazonaws.com/SharedBackground/2560x1707/46c141b739b38b5593b492f985205edc/photo-1512508561942-18fbe6d5d0cf',
  'backgroundImageScaled': [{'height': 100,
    'url': 'https://trello-backgrounds.s3.amazonaws.com/SharedBackground/140x100/2b1b0d2380e1ca5a20e528d294bddbaf/photo-1512508561942-18fbe6d5d0cf.jpg',
    'width': 140},
   {'height': 192,
    'url': 'https://trello-backgrounds.s3.amazonaws.com/SharedBackground/256x192/4a8afae8778d15d077297d7f4706bf49/photo-1512508561942-18fbe6d5d0cf.jpg',
    'width': 256},
   {'height': 480,
    'url': 'https://trello-backgrounds.s3.amazonaws.com/SharedBackground/480x480/47c679ad97b3d73d8e88ad0adcb57298/photo-1512508561942-18fbe6d5d0cf.jpg',
    'width': 480},
   {'height': 960,
    'url': 'https://trello-backgrounds.s3.amazonaws.com/SharedBackground/960x960/68bd2cdec76904bd9724a17a14225caf/photo-1512508561942-18fbe6d5d0cf.jpg',
    'width': 960},
   {'height': 1024,
    'url': 'https://trello-backgrounds.s3.amazonaws.com/SharedBackground/1024x1024/a55b06d7ce5fcfa0c4f0f4b08560af5b/photo-1512508561942-18fbe6d5d0cf.jpg',
    'width': 1024},
   {'height': 2048,
    'url': 'https://trello-backgrounds.s3.amazonaws.com/SharedBackground/2048x2048/dc17f8b089a352a40c1ec4d31a48ddbb/photo-1512508561942-18fbe6d5d0cf.jpg',
    'width': 2048},
   {'height': 1280,
    'url': 'https://trello-backgrounds.s3.amazonaws.com/SharedBackground/1280x1280/de06ded7ed5f68d4ccd56547038ba979/photo-1512508561942-18fbe6d5d0cf.jpg',
    'width': 1280},
   {'height': 1920,
    'url': 'https://trello-backgrounds.s3.amazonaws.com/SharedBackground/1920x1920/843f00ef3a50798f47a6d89dd13bd22e/photo-1512508561942-18fbe6d5d0cf.jpg',
    'width': 1920},
   {'height': 1600,
    'url': 'https://trello-backgrounds.s3.amazonaws.com/SharedBackground/2560x1600/7a83bab57b00163b697f83fef146396f/photo-1512508561942-18fbe6d5d0cf.jpg',
    'width': 2560},
   {'height': 1707,
    'url': 'https://trello-backgrounds.s3.amazonaws.com/SharedBackground/2560x1707/46c141b739b38b5593b492f985205edc/photo-1512508561942-18fbe6d5d0cf',
    'width': 2560}],
  'backgroundTile': False,
  'backgroundTopColor': '#6c5c55',
  'calendarFeedEnabled': False,
  'canBeOrg': True,
  'canBePrivate': True,
  'canBePublic': True,
  'canInvite': True,
  'cardAging': 'regular',
  'cardCovers': True,
  'comments': 'members',
  'invitations': 'members',
  'permissionLevel': 'public',
  'selfJoin': False,
  'voting': 'disabled'},
 'shortLink': 'mzYwNDdi',
 'shortUrl': 'https://trello.com/b/mzYwNDdi',
 'starred': None,
 'subscribed': None,
 'url': 'https://trello.com/b/mzYwNDdi/websites'}

In [12]:
for key in board.keys():
    print(key)


id
name
desc
descData
closed
idOrganization
invited
limits
pinned
starred
url
prefs
invitations
shortLink
subscribed
labelNames
powerUps
dateLastActivity
dateLastView
shortUrl
idTags
datePluginDisable
actions
cards
labels
lists
members
checklists
memberships
pluginData

In [11]:
for key, value in board.items():
    print('{0}: {1}'.format(key, value))
    print('-' * 10)


id: 5a2af0af5a787645e01b264e
----------
name: Websites
----------
desc: 
----------
descData: None
----------
closed: False
----------
idOrganization: None
----------
invited: False
----------
limits: {'attachments': {'perBoard': {'status': 'ok', 'disableAt': 19000, 'warnAt': 18000}}, 'boards': {'totalMembersPerBoard': {'status': 'ok', 'disableAt': 1520, 'warnAt': 1440}}, 'cards': {'openPerBoard': {'status': 'ok', 'disableAt': 4750, 'warnAt': 4500}, 'totalPerBoard': {'status': 'ok', 'disableAt': 1900000, 'warnAt': 1800000}}, 'checklists': {'perBoard': {'status': 'ok', 'disableAt': 1900000, 'warnAt': 1800000}}, 'labels': {'perBoard': {'status': 'ok', 'disableAt': 950, 'warnAt': 900}}, 'lists': {'openPerBoard': {'status': 'ok', 'disableAt': 475, 'warnAt': 450}, 'totalPerBoard': {'status': 'ok', 'disableAt': 2850, 'warnAt': 2700}}}
----------
pinned: False
----------
starred: None
----------
url: https://trello.com/b/mzYwNDdi/websites
----------
prefs: {'permissionLevel': 'public', 'voting': 'disabled', 'comments': 'members', 'invitations': 'members', 'selfJoin': False, 'cardCovers': True, 'cardAging': 'regular', 'calendarFeedEnabled': False, 'background': '5a37eeb8af989b38d7724672', 'backgroundImage': 'https://trello-backgrounds.s3.amazonaws.com/SharedBackground/2560x1707/46c141b739b38b5593b492f985205edc/photo-1512508561942-18fbe6d5d0cf', 'backgroundImageScaled': [{'width': 140, 'height': 100, 'url': 'https://trello-backgrounds.s3.amazonaws.com/SharedBackground/140x100/2b1b0d2380e1ca5a20e528d294bddbaf/photo-1512508561942-18fbe6d5d0cf.jpg'}, {'width': 256, 'height': 192, 'url': 'https://trello-backgrounds.s3.amazonaws.com/SharedBackground/256x192/4a8afae8778d15d077297d7f4706bf49/photo-1512508561942-18fbe6d5d0cf.jpg'}, {'width': 480, 'height': 480, 'url': 'https://trello-backgrounds.s3.amazonaws.com/SharedBackground/480x480/47c679ad97b3d73d8e88ad0adcb57298/photo-1512508561942-18fbe6d5d0cf.jpg'}, {'width': 960, 'height': 960, 'url': 'https://trello-backgrounds.s3.amazonaws.com/SharedBackground/960x960/68bd2cdec76904bd9724a17a14225caf/photo-1512508561942-18fbe6d5d0cf.jpg'}, {'width': 1024, 'height': 1024, 'url': 'https://trello-backgrounds.s3.amazonaws.com/SharedBackground/1024x1024/a55b06d7ce5fcfa0c4f0f4b08560af5b/photo-1512508561942-18fbe6d5d0cf.jpg'}, {'width': 2048, 'height': 2048, 'url': 'https://trello-backgrounds.s3.amazonaws.com/SharedBackground/2048x2048/dc17f8b089a352a40c1ec4d31a48ddbb/photo-1512508561942-18fbe6d5d0cf.jpg'}, {'width': 1280, 'height': 1280, 'url': 'https://trello-backgrounds.s3.amazonaws.com/SharedBackground/1280x1280/de06ded7ed5f68d4ccd56547038ba979/photo-1512508561942-18fbe6d5d0cf.jpg'}, {'width': 1920, 'height': 1920, 'url': 'https://trello-backgrounds.s3.amazonaws.com/SharedBackground/1920x1920/843f00ef3a50798f47a6d89dd13bd22e/photo-1512508561942-18fbe6d5d0cf.jpg'}, {'width': 2560, 'height': 1600, 'url': 'https://trello-backgrounds.s3.amazonaws.com/SharedBackground/2560x1600/7a83bab57b00163b697f83fef146396f/photo-1512508561942-18fbe6d5d0cf.jpg'}, {'width': 2560, 'height': 1707, 'url': 'https://trello-backgrounds.s3.amazonaws.com/SharedBackground/2560x1707/46c141b739b38b5593b492f985205edc/photo-1512508561942-18fbe6d5d0cf'}], 'backgroundTile': False, 'backgroundBrightness': 'dark', 'backgroundBottomColor': '#352622', 'backgroundTopColor': '#6c5c55', 'canBePublic': True, 'canBeOrg': True, 'canBePrivate': True, 'canInvite': True}
----------
invitations: []
----------
shortLink: mzYwNDdi
----------
subscribed: None
----------
labelNames: {'green': 'NearlyFreeSpeech.NET', 'yellow': '', 'orange': '', 'red': 'Personal', 'purple': '', 'blue': '', 'sky': '', 'lime': '', 'pink': '', 'black': ''}
----------
powerUps: []
----------
dateLastActivity: 2017-12-20T20:50:10.063Z
----------
dateLastView: None
----------
shortUrl: https://trello.com/b/mzYwNDdi
----------
idTags: []
----------
datePluginDisable: None
----------
actions: [{'id': '5a3b190354e85c9078486c10', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e', 'prefs': {'permissionLevel': 'public'}}, 'old': {'prefs': {'permissionLevel': 'private'}}}, 'type': 'updateBoard', 'date': '2017-12-21T02:14:27.065Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3acd02154f3a13f67c6233', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'list': {'name': 'README', 'id': '5a3aca2819f22d33b5c307e7'}, 'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'card': {'shortLink': '7AfjQ12F', 'idShort': 4, 'name': 'How to Use This Trello Board', 'id': '5a3aca4d371ecb36b3b36d82', 'desc': "### Stages of a website's development:\n\n* **Backlog**: new websites or websites that are starting to show their age\n* **Planning**: working on ideas on what to do with the website\n* **In Progress**: websites where there is some ongoing development\n* **Done**: websites where the development is done just need to be deployed\n* **Deployed**: websites that have are live\n\n### Labels\n\n* **Green**: where is the website hosted\n* **Red**: is it personal or work"}, 'old': {'desc': "### Stages of a website's development:\n\n* **Backlog**: new websites or websites that are starting to show their age\n* **Planning**: working on ideas on what to do with the website\n* **In Progress**: websites where there is some ongoing development\n* **Done**: websites where the development is done just need to be deployed\n* **Deployed**: websites that have are live"}}, 'type': 'updateCard', 'date': '2017-12-20T20:50:10.067Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3acc89673a0632b58b80f5', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'listAfter': {'name': 'Planning', 'id': '5a3ac7d8ae8bbf3406c5708a'}, 'listBefore': {'name': 'Backlog', 'id': '5a3ac7d743101a2b7a8103b2'}, 'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'card': {'shortLink': 't1we08yl', 'idShort': 20, 'name': 'Homepage', 'id': '5a3acbeb74ea7e3cce90c8a4', 'idList': '5a3ac7d8ae8bbf3406c5708a'}, 'old': {'idList': '5a3ac7d743101a2b7a8103b2'}}, 'type': 'updateCard', 'date': '2017-12-20T20:48:09.719Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3acc8107ebe6cb82cc8194', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'list': {'name': 'Done', 'id': '5a3ac7df69f5a3b11eadf9e1'}, 'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'card': {'shortLink': 'S3QZLY6e', 'idShort': 21, 'name': 'Pass the Wine, Fuck the Government, I Love You', 'id': '5a3acc04f8169fbac3cea530', 'pos': 1376255}, 'old': {'pos': 1114111}}, 'type': 'updateCard', 'date': '2017-12-20T20:48:01.825Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3acc8107ebe6cb82cc8193', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'listAfter': {'name': 'Done', 'id': '5a3ac7df69f5a3b11eadf9e1'}, 'listBefore': {'name': 'Backlog', 'id': '5a3ac7d743101a2b7a8103b2'}, 'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'card': {'shortLink': 'S3QZLY6e', 'idShort': 21, 'name': 'Pass the Wine, Fuck the Government, I Love You', 'id': '5a3acc04f8169fbac3cea530', 'idList': '5a3ac7df69f5a3b11eadf9e1'}, 'old': {'idList': '5a3ac7d743101a2b7a8103b2'}}, 'type': 'updateCard', 'date': '2017-12-20T20:48:01.805Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3acc762590e327caca599c', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'list': {'name': 'Done', 'id': '5a3ac7df69f5a3b11eadf9e1'}, 'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'card': {'shortLink': '424YBrGV', 'idShort': 22, 'name': 'Rotten Bananas', 'id': '5a3acc074fd1d0cb4d5e0cc2', 'pos': 1310719}, 'old': {'pos': 1179647}}, 'type': 'updateCard', 'date': '2017-12-20T20:47:50.707Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3acc762590e327caca599b', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'listAfter': {'name': 'Done', 'id': '5a3ac7df69f5a3b11eadf9e1'}, 'listBefore': {'name': 'In Progress', 'id': '5a3ac7df6ad96873de945b10'}, 'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'card': {'shortLink': '424YBrGV', 'idShort': 22, 'name': 'Rotten Bananas', 'id': '5a3acc074fd1d0cb4d5e0cc2', 'idList': '5a3ac7df69f5a3b11eadf9e1'}, 'old': {'idList': '5a3ac7df6ad96873de945b10'}}, 'type': 'updateCard', 'date': '2017-12-20T20:47:50.682Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3acc7460e9392d7310acb9', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'listAfter': {'name': 'In Progress', 'id': '5a3ac7df6ad96873de945b10'}, 'listBefore': {'name': 'Backlog', 'id': '5a3ac7d743101a2b7a8103b2'}, 'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'card': {'shortLink': '424YBrGV', 'idShort': 22, 'name': 'Rotten Bananas', 'id': '5a3acc074fd1d0cb4d5e0cc2', 'idList': '5a3ac7df6ad96873de945b10'}, 'old': {'idList': '5a3ac7d743101a2b7a8103b2'}}, 'type': 'updateCard', 'date': '2017-12-20T20:47:48.455Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3acc6c2a4cb09874aafeb0', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'listAfter': {'name': 'Done', 'id': '5a3ac7df69f5a3b11eadf9e1'}, 'listBefore': {'name': 'Backlog', 'id': '5a3ac7d743101a2b7a8103b2'}, 'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'card': {'shortLink': 'bSuHtvGH', 'idShort': 23, 'name': 'What Day of the Week', 'id': '5a3acc0b1f47223cf90d5a05', 'idList': '5a3ac7df69f5a3b11eadf9e1'}, 'old': {'idList': '5a3ac7d743101a2b7a8103b2'}}, 'type': 'updateCard', 'date': '2017-12-20T20:47:40.152Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3acc48e9cc70364c12b2db', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'list': {'name': 'Backlog', 'id': '5a3ac7d743101a2b7a8103b2'}, 'card': {'shortLink': '5z9o7hJT', 'idShort': 25, 'name': 'Peanut Butter Nice Guy', 'id': '5a3acc48e9cc70364c12b2da'}}, 'type': 'createCard', 'date': '2017-12-20T20:47:04.281Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3acc113de1aa2308bfecb4', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'list': {'name': 'Backlog', 'id': '5a3ac7d743101a2b7a8103b2'}, 'card': {'shortLink': 'mBK0kTwO', 'idShort': 24, 'name': 'You are the Worst', 'id': '5a3acc113de1aa2308bfecb3'}}, 'type': 'createCard', 'date': '2017-12-20T20:46:09.592Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3acc0b1f47223cf90d5a06', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'list': {'name': 'Backlog', 'id': '5a3ac7d743101a2b7a8103b2'}, 'card': {'shortLink': 'bSuHtvGH', 'idShort': 23, 'name': 'What Day of the Week', 'id': '5a3acc0b1f47223cf90d5a05'}}, 'type': 'createCard', 'date': '2017-12-20T20:46:03.675Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3acc074fd1d0cb4d5e0cc3', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'list': {'name': 'Backlog', 'id': '5a3ac7d743101a2b7a8103b2'}, 'card': {'shortLink': '424YBrGV', 'idShort': 22, 'name': 'Rotten Bananas', 'id': '5a3acc074fd1d0cb4d5e0cc2'}}, 'type': 'createCard', 'date': '2017-12-20T20:45:59.164Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3acc04f8169fbac3cea531', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'list': {'name': 'Backlog', 'id': '5a3ac7d743101a2b7a8103b2'}, 'card': {'shortLink': 'S3QZLY6e', 'idShort': 21, 'name': 'Pass the Wine, Fuck the Government, I Love You', 'id': '5a3acc04f8169fbac3cea530'}}, 'type': 'createCard', 'date': '2017-12-20T20:45:56.221Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3acbeb74ea7e3cce90c8a5', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'list': {'name': 'Backlog', 'id': '5a3ac7d743101a2b7a8103b2'}, 'card': {'shortLink': 't1we08yl', 'idShort': 20, 'name': 'Homepage', 'id': '5a3acbeb74ea7e3cce90c8a4'}}, 'type': 'createCard', 'date': '2017-12-20T20:45:31.254Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3acbe4ec61645f52c9a259', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'list': {'name': 'Backlog', 'id': '5a3ac7d743101a2b7a8103b2'}, 'card': {'shortLink': '8EHeqQdp', 'idShort': 19, 'name': "Myles' Mixtapes", 'id': '5a3acbe4ec61645f52c9a258'}}, 'type': 'createCard', 'date': '2017-12-20T20:45:24.442Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3acbdcc4fc56019a095bb2', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'list': {'name': 'Backlog', 'id': '5a3ac7d743101a2b7a8103b2'}, 'card': {'shortLink': 'KYYDlcL0', 'idShort': 18, 'name': "Myles' Photos", 'id': '5a3acbdcc4fc56019a095bb1'}}, 'type': 'createCard', 'date': '2017-12-20T20:45:16.638Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3acbd6d9f1234e860e2afc', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'list': {'name': 'Backlog', 'id': '5a3ac7d743101a2b7a8103b2'}, 'card': {'shortLink': '0OAoCZOM', 'idShort': 17, 'name': 'Myles Loves Coffee', 'id': '5a3acbd6d9f1234e860e2afb'}}, 'type': 'createCard', 'date': '2017-12-20T20:45:10.942Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3acbce2862989157c17b8f', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'list': {'name': 'Backlog', 'id': '5a3ac7d743101a2b7a8103b2'}, 'card': {'shortLink': '9Pz5SpbJ', 'idShort': 16, 'name': 'Monkey in your Soul', 'id': '5a3acbce2862989157c17b8e'}}, 'type': 'createCard', 'date': '2017-12-20T20:45:02.260Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3acbc86b2bc04eb6ef5b87', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'list': {'name': 'Backlog', 'id': '5a3ac7d743101a2b7a8103b2'}, 'card': {'shortLink': 'LkQIRtWP', 'idShort': 15, 'name': 'Kinroyal', 'id': '5a3acbc86b2bc04eb6ef5b86'}}, 'type': 'createCard', 'date': '2017-12-20T20:44:56.900Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3acbc040c8938a247ad5a6', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'list': {'name': 'Backlog', 'id': '5a3ac7d743101a2b7a8103b2'}, 'card': {'shortLink': 'pBXvMCQ3', 'idShort': 14, 'name': 'I Love/Hate Myles', 'id': '5a3acbc040c8938a247ad5a5'}}, 'type': 'createCard', 'date': '2017-12-20T20:44:48.504Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3acbbba31e1f1ebf9ce6cc', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'list': {'name': 'Backlog', 'id': '5a3ac7d743101a2b7a8103b2'}, 'card': {'shortLink': 'ykWaL03c', 'idShort': 13, 'name': 'homebrewhosting.club', 'id': '5a3acbbba31e1f1ebf9ce6cb'}}, 'type': 'createCard', 'date': '2017-12-20T20:44:43.350Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3acbb616e035ff22e24b61', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'list': {'name': 'Backlog', 'id': '5a3ac7d743101a2b7a8103b2'}, 'card': {'shortLink': 'g3jbv1GC', 'idShort': 12, 'name': 'edmonddantes.xyz', 'id': '5a3acbb616e035ff22e24b60'}}, 'type': 'createCard', 'date': '2017-12-20T20:44:38.248Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3acbaec22527971cf0a35f', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'list': {'name': 'Backlog', 'id': '5a3ac7d743101a2b7a8103b2'}, 'card': {'shortLink': '0NPQzUzq', 'idShort': 11, 'name': 'cleverlittledevil.com', 'id': '5a3acbaec22527971cf0a35e'}}, 'type': 'createCard', 'date': '2017-12-20T20:44:30.155Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3acba2f6338e5ad99d6ff0', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'list': {'name': 'Backlog', 'id': '5a3ac7d743101a2b7a8103b2'}, 'card': {'shortLink': 'eyr7ljBL', 'idShort': 10, 'name': 'braithwaite.io', 'id': '5a3acba2f6338e5ad99d6fef'}}, 'type': 'createCard', 'date': '2017-12-20T20:44:18.999Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3acb9f43101a2b7a814e0d', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'list': {'name': 'Backlog', 'id': '5a3ac7d743101a2b7a8103b2'}, 'card': {'shortLink': 'LPoEncn9', 'idShort': 9, 'name': '6953727248492483.com', 'id': '5a3acb9f43101a2b7a814e0c'}}, 'type': 'createCard', 'date': '2017-12-20T20:44:15.869Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3acb6ee20682efdf26c68b', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'list': {'name': 'Planning', 'id': '5a3ac7d8ae8bbf3406c5708a'}, 'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'card': {'shortLink': 'aIAtHhhF', 'idShort': 6, 'name': "Myles' Talks", 'id': '5a3acb4d74ea7e3cce90b662', 'pos': 262143}, 'old': {'pos': 131071}}, 'type': 'updateCard', 'date': '2017-12-20T20:43:26.625Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3acb6ee20682efdf26c68a', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'listAfter': {'name': 'Planning', 'id': '5a3ac7d8ae8bbf3406c5708a'}, 'listBefore': {'name': 'In Progress', 'id': '5a3ac7df6ad96873de945b10'}, 'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'card': {'shortLink': 'aIAtHhhF', 'idShort': 6, 'name': "Myles' Talks", 'id': '5a3acb4d74ea7e3cce90b662', 'idList': '5a3ac7d8ae8bbf3406c5708a'}, 'old': {'idList': '5a3ac7df6ad96873de945b10'}}, 'type': 'updateCard', 'date': '2017-12-20T20:43:26.571Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3acb6d19f22d33b5c32079', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'listAfter': {'name': 'Planning', 'id': '5a3ac7d8ae8bbf3406c5708a'}, 'listBefore': {'name': 'In Progress', 'id': '5a3ac7df6ad96873de945b10'}, 'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'card': {'shortLink': 'LPxhyNe8', 'idShort': 7, 'name': 'Blog', 'id': '5a3acb56e41ca31425f181bd', 'idList': '5a3ac7d8ae8bbf3406c5708a'}, 'old': {'idList': '5a3ac7df6ad96873de945b10'}}, 'type': 'updateCard', 'date': '2017-12-20T20:43:25.283Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3acb6b0d38fdfa914ba36e', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'listAfter': {'name': 'Backlog', 'id': '5a3ac7d743101a2b7a8103b2'}, 'listBefore': {'name': 'In Progress', 'id': '5a3ac7df6ad96873de945b10'}, 'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'card': {'shortLink': 'Epzr8r2M', 'idShort': 8, 'name': 'impersonate functioning human', 'id': '5a3acb687087debe530b60e1', 'idList': '5a3ac7d743101a2b7a8103b2'}, 'old': {'idList': '5a3ac7df6ad96873de945b10'}}, 'type': 'updateCard', 'date': '2017-12-20T20:43:23.743Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3acb687087debe530b60e2', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'list': {'name': 'In Progress', 'id': '5a3ac7df6ad96873de945b10'}, 'card': {'shortLink': 'Epzr8r2M', 'idShort': 8, 'name': 'impersonate functioning human', 'id': '5a3acb687087debe530b60e1'}}, 'type': 'createCard', 'date': '2017-12-20T20:43:20.311Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3acb56e41ca31425f181c3', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'list': {'name': 'In Progress', 'id': '5a3ac7df6ad96873de945b10'}, 'card': {'shortLink': 'LPxhyNe8', 'idShort': 7, 'name': 'Blog', 'id': '5a3acb56e41ca31425f181bd'}}, 'type': 'createCard', 'date': '2017-12-20T20:43:02.130Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3acb4d74ea7e3cce90b663', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'list': {'name': 'In Progress', 'id': '5a3ac7df6ad96873de945b10'}, 'card': {'shortLink': 'aIAtHhhF', 'idShort': 6, 'name': "Myles' Talks", 'id': '5a3acb4d74ea7e3cce90b662'}}, 'type': 'createCard', 'date': '2017-12-20T20:42:53.484Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3acb3cf9b6f72d020dba50', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'list': {'name': 'In Progress', 'id': '5a3ac7df6ad96873de945b10'}, 'card': {'shortLink': 'yqcCfkyD', 'idShort': 5, 'name': 'The Incorporated City of Myles', 'id': '5a3acb1267df8001db35cf3a'}, 'attachment': {'url': 'https://myles.city/', 'name': 'The Incorporated City of Myles', 'id': '5a3acb3cf9b6f72d020dba4f'}}, 'type': 'addAttachmentToCard', 'date': '2017-12-20T20:42:36.483Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3acb1267df8001db35cf3b', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'list': {'name': 'In Progress', 'id': '5a3ac7df6ad96873de945b10'}, 'card': {'shortLink': 'yqcCfkyD', 'idShort': 5, 'name': 'The Incorporated City of Myles', 'id': '5a3acb1267df8001db35cf3a'}}, 'type': 'createCard', 'date': '2017-12-20T20:41:54.946Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3acae565cb648adffaf051', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'list': {'name': 'README', 'id': '5a3aca2819f22d33b5c307e7'}, 'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'card': {'shortLink': '7AfjQ12F', 'idShort': 4, 'name': 'How to Use This Trello Board', 'id': '5a3aca4d371ecb36b3b36d82', 'desc': "### Stages of a website's development:\n\n* **Backlog**: new websites or websites that are starting to show their age\n* **Planning**: working on ideas on what to do with the website\n* **In Progress**: websites where there is some ongoing development\n* **Done**: websites where the development is done just need to be deployed\n* **Deployed**: websites that have are live"}, 'old': {'desc': ''}}, 'type': 'updateCard', 'date': '2017-12-20T20:41:09.289Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3aca5979239bcbb816acc0', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'list': {'name': 'README', 'id': '5a3aca2819f22d33b5c307e7'}, 'card': {'shortLink': '7AfjQ12F', 'idShort': 4, 'name': 'How to Use This Trello Board', 'id': '5a3aca4d371ecb36b3b36d82'}, 'attachment': {'url': 'https://trello-attachments.s3.amazonaws.com/5a2af0af5a787645e01b264e/5a3aca4d371ecb36b3b36d82/41efc193784f3095599dbcacc0335f4d/AAEAAQAAAAAAAAP7AAAAJGVlMzljNmQ4LTYzY2YtNGVhOS04ODI2LThkOGNmYjMyNzRhMQ.png', 'name': 'AAEAAQAAAAAAAAP7AAAAJGVlMzljNmQ4LTYzY2YtNGVhOS04ODI2LThkOGNmYjMyNzRhMQ.png', 'id': '5a3aca5979239bcbb816acbf', 'edgeColor': '#1c84cc', 'previewUrl': 'https://trello-attachments.s3.amazonaws.com/5a3aca4d371ecb36b3b36d82/600x204/e8b1350ae2ca8a22f2e1339a2e6495ec/AAEAAQAAAAAAAAP7AAAAJGVlMzljNmQ4LTYzY2YtNGVhOS04ODI2LThkOGNmYjMyNzRhMQ.png', 'previewUrl2x': 'https://trello-attachments.s3.amazonaws.com/5a2af0af5a787645e01b264e/5a3aca4d371ecb36b3b36d82/41efc193784f3095599dbcacc0335f4d/AAEAAQAAAAAAAAP7AAAAJGVlMzljNmQ4LTYzY2YtNGVhOS04ODI2LThkOGNmYjMyNzRhMQ.png'}}, 'type': 'addAttachmentToCard', 'date': '2017-12-20T20:38:49.096Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3aca4e371ecb36b3b36d83', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'list': {'name': 'README', 'id': '5a3aca2819f22d33b5c307e7'}, 'card': {'shortLink': '7AfjQ12F', 'idShort': 4, 'name': 'How to Use This Trello Board', 'id': '5a3aca4d371ecb36b3b36d82'}}, 'type': 'createCard', 'date': '2017-12-20T20:38:38.017Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3aca2dfc55348abfdd917b', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'list': {'name': 'README', 'id': '5a3aca2819f22d33b5c307e7', 'pos': 32767.5}, 'old': {'pos': 393215}}, 'type': 'updateList', 'date': '2017-12-20T20:38:05.762Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3aca2819f22d33b5c307e8', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'list': {'name': 'README', 'id': '5a3aca2819f22d33b5c307e7'}}, 'type': 'createList', 'date': '2017-12-20T20:38:00.805Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3ac9f353c71a363f53dbfc', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'list': {'name': 'Deployed', 'id': '5a3ac7e1f5228413f951e5dc'}, 'card': {'shortLink': 'iKKg8l8b', 'idShort': 3, 'name': "Myles' Gifs", 'id': '5a3ac9afaa1fb1041db28198'}, 'attachment': {'url': 'https://gifs.mylesb.ca/', 'name': 'https://gifs.mylesb.ca/', 'id': '5a3ac9f353c71a363f53dbfb'}}, 'type': 'addAttachmentToCard', 'date': '2017-12-20T20:37:07.225Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3ac9ec2077863d416aed03', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'list': {'name': 'Deployed', 'id': '5a3ac7e1f5228413f951e5dc'}, 'card': {'shortLink': 'iKKg8l8b', 'idShort': 3, 'name': "Myles' Gifs", 'id': '5a3ac9afaa1fb1041db28198'}, 'attachment': {'url': 'https://github.com/myles/gifs.mylesb.ca', 'name': 'Repo', 'id': '5a3ac9ec2077863d416aed02'}}, 'type': 'addAttachmentToCard', 'date': '2017-12-20T20:37:00.643Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3ac9d50863e75efd8025b2', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'list': {'name': 'Deployed', 'id': '5a3ac7e1f5228413f951e5dc'}, 'card': {'shortLink': 'iKKg8l8b', 'idShort': 3, 'name': "Myles' Gifs", 'id': '5a3ac9afaa1fb1041db28198'}, 'attachment': {'url': 'https://trello-attachments.s3.amazonaws.com/5a2af0af5a787645e01b264e/5a3ac9afaa1fb1041db28198/c02bd2ccaffaebf18b6cb5d8258ce5f9/png.png', 'name': 'png.png', 'id': '5a3ac9d50863e75efd8025b1', 'edgeColor': '#745484', 'previewUrl': 'https://trello-attachments.s3.amazonaws.com/5a3ac9afaa1fb1041db28198/600x480/4d0cc859795fd382042f633ea04a049a/png.png', 'previewUrl2x': 'https://trello-attachments.s3.amazonaws.com/5a3ac9afaa1fb1041db28198/1200x960/c04eb37f6d5b41de341077c121d2e345/png.png'}}, 'type': 'addAttachmentToCard', 'date': '2017-12-20T20:36:37.212Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3ac9afaa1fb1041db28199', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'list': {'name': 'Deployed', 'id': '5a3ac7e1f5228413f951e5dc'}, 'card': {'shortLink': 'iKKg8l8b', 'idShort': 3, 'name': "Myles' Gifs", 'id': '5a3ac9afaa1fb1041db28198'}}, 'type': 'createCard', 'date': '2017-12-20T20:35:59.709Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3ac981af5a5227a90f32ad', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'list': {'name': 'Deployed', 'id': '5a3ac7e1f5228413f951e5dc'}, 'card': {'shortLink': '2WhQ9HLh', 'idShort': 2, 'name': 'Braithwaite Corp.', 'id': '5a3ac9392e24760832033315'}, 'attachment': {'url': 'https://github.com/myles/braithwaitecorp.com', 'name': 'Repo', 'id': '5a3ac981af5a5227a90f32ac'}}, 'type': 'addAttachmentToCard', 'date': '2017-12-20T20:35:13.091Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3ac96ed186831e88122478', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'list': {'name': 'Deployed', 'id': '5a3ac7e1f5228413f951e5dc'}, 'card': {'shortLink': '2WhQ9HLh', 'idShort': 2, 'name': 'Braithwaite Corp.', 'id': '5a3ac9392e24760832033315'}, 'attachment': {'url': 'https://braithwaitecorp.com/', 'name': 'Braithwaite Corp.', 'id': '5a3ac96ed186831e88122477'}}, 'type': 'addAttachmentToCard', 'date': '2017-12-20T20:34:54.948Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3ac95d60e9392d73105006', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'list': {'name': 'Deployed', 'id': '5a3ac7e1f5228413f951e5dc'}, 'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'card': {'shortLink': '2WhQ9HLh', 'idShort': 2, 'name': 'Braithwaite Corp.', 'id': '5a3ac9392e24760832033315', 'closed': False}, 'old': {'closed': True}}, 'type': 'updateCard', 'date': '2017-12-20T20:34:37.829Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3ac9590863e75efd801bd9', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'list': {'name': 'Deployed', 'id': '5a3ac7e1f5228413f951e5dc'}, 'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'card': {'shortLink': '2WhQ9HLh', 'idShort': 2, 'name': 'Braithwaite Corp.', 'id': '5a3ac9392e24760832033315', 'closed': True}, 'old': {'closed': False}}, 'type': 'updateCard', 'date': '2017-12-20T20:34:33.659Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3ac953c8021890f3ab8f0a', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'list': {'name': 'Deployed', 'id': '5a3ac7e1f5228413f951e5dc'}, 'card': {'shortLink': '2WhQ9HLh', 'idShort': 2, 'name': 'Braithwaite Corp.', 'id': '5a3ac9392e24760832033315'}, 'attachment': {'url': 'https://trello-attachments.s3.amazonaws.com/5a2af0af5a787645e01b264e/5a3ac9392e24760832033315/4dabb2d0d8da769decf25b9448c1d2ae/png.png', 'name': 'png.png', 'id': '5a3ac953c8021890f3ab8f03', 'edgeColor': '#142c44', 'previewUrl': 'https://trello-attachments.s3.amazonaws.com/5a3ac9392e24760832033315/600x480/bcb2683d9bfa1d9594334e32e3c71f36/png.png', 'previewUrl2x': 'https://trello-attachments.s3.amazonaws.com/5a3ac9392e24760832033315/1200x960/0eec322e5193271fd2c13db05f986a95/png.png'}}, 'type': 'addAttachmentToCard', 'date': '2017-12-20T20:34:27.442Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3ac9392e24760832033316', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'list': {'name': 'Deployed', 'id': '5a3ac7e1f5228413f951e5dc'}, 'card': {'shortLink': '2WhQ9HLh', 'idShort': 2, 'name': 'Braithwaite Corp.', 'id': '5a3ac9392e24760832033315'}}, 'type': 'createCard', 'date': '2017-12-20T20:34:01.754Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3ac916cab64f2be357f8d5', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e', 'prefs': {'permissionLevel': 'private'}}, 'old': {'prefs': {'permissionLevel': 'public'}}}, 'type': 'updateBoard', 'date': '2017-12-20T20:33:26.678Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3ac913672abf5f7bc6afb0', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e', 'prefs': {'background': '5a37eeb8af989b38d7724672'}}, 'old': {'prefs': {'background': '58e0388b7d49c0e7abbb6406'}}}, 'type': 'updateBoard', 'date': '2017-12-20T20:33:23.063Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3ac8c1a7dd92325bc28a5d', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e', 'prefs': {'permissionLevel': 'public'}}, 'old': {'prefs': {'permissionLevel': 'private'}}}, 'type': 'updateBoard', 'date': '2017-12-20T20:32:01.600Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3ac8b6c4fd308a85a05ab2', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'plugin': {'listing': {'overview': '', 'description': 'Attach branches, commits, issues, and pull requests to cards, and at a glance see the status of pull requests as a badge on the front of cards. Quickly access GitHub by associating one or more repositories with a board. Attached repositories will appear as links in the board header.\n\n###Screenshots\n![screenshot](https://github.trello.services/images/screenshots/GitHubExample.png)', 'locale': 'en-US', 'name': 'GitHub'}, 'icon': {'url': 'https://github.trello.services/images/github.png'}, 'url': 'https://github.trello.services/manifest.json', 'public': True, 'name': 'GitHub', 'iframeConnectorUrl': 'https://github.trello.services/index.html?ver=2231550e28', 'categories': ['developer-tools', 'it-project-management'], 'capabilities': ['authorization-status', 'attachment-sections', 'attachment-thumbnail', 'board-buttons', 'callback', 'card-badges', 'card-buttons', 'card-detail-badges', 'card-from-url', 'format-url', 'show-authorization', 'show-settings'], 'author': 'Trello Inc', 'id': '55a5d916446f517774210004'}}, 'type': 'enablePlugin', 'date': '2017-12-20T20:31:50.159Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3ac8a793e681b101dbe971', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'list': {'name': 'Deployed', 'id': '5a3ac7e1f5228413f951e5dc'}, 'card': {'shortLink': 'Q4m6fGcy', 'idShort': 1, 'name': 'Fancy as Fuck', 'id': '5a3ac7ed98ef262d6e5757be'}, 'attachment': {'url': 'https://github.com/myles/fancyasfuck.ca-www', 'name': 'Repo', 'id': '5a3ac8a793e681b101dbe970'}}, 'type': 'addAttachmentToCard', 'date': '2017-12-20T20:31:35.629Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3ac891e0370e08ea579f33', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'list': {'name': 'Deployed', 'id': '5a3ac7e1f5228413f951e5dc'}, 'card': {'shortLink': 'Q4m6fGcy', 'idShort': 1, 'name': 'Fancy as Fuck', 'id': '5a3ac7ed98ef262d6e5757be'}, 'attachment': {'url': 'https://fancyasfuck.ca/', 'name': 'Fancy as Fuck', 'id': '5a3ac891e0370e08ea579f32'}}, 'type': 'addAttachmentToCard', 'date': '2017-12-20T20:31:13.083Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3ac88a9de5e60430226699', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'list': {'name': 'Deployed', 'id': '5a3ac7e1f5228413f951e5dc'}, 'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'card': {'shortLink': 'Q4m6fGcy', 'idShort': 1, 'name': 'Fancy as Fuck', 'id': '5a3ac7ed98ef262d6e5757be', 'desc': ''}, 'old': {'desc': '<https://fancyasfuck.ca/>'}}, 'type': 'updateCard', 'date': '2017-12-20T20:31:06.310Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3ac86eb3ef8398ec79dbdb', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'list': {'name': 'Deployed', 'id': '5a3ac7e1f5228413f951e5dc'}, 'card': {'shortLink': 'Q4m6fGcy', 'idShort': 1, 'name': 'Fancy as Fuck', 'id': '5a3ac7ed98ef262d6e5757be'}, 'attachment': {'url': 'https://trello-attachments.s3.amazonaws.com/5a2af0af5a787645e01b264e/5a3ac7ed98ef262d6e5757be/e4ae81e64ce228822ce36b3f3c7a5f64/png.png', 'name': 'png.png', 'id': '5a3ac86db3ef8398ec79dbd7', 'edgeColor': '#444444', 'previewUrl': 'https://trello-attachments.s3.amazonaws.com/5a3ac7ed98ef262d6e5757be/600x480/2e76193ff5412c4d326d96389449729d/png.png', 'previewUrl2x': 'https://trello-attachments.s3.amazonaws.com/5a3ac7ed98ef262d6e5757be/1200x960/2936da00d13dfb61e4938f2a37a5dccf/png.png'}}, 'type': 'addAttachmentToCard', 'date': '2017-12-20T20:30:38.712Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3ac7f526883fba4019bc30', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'list': {'name': 'Deployed', 'id': '5a3ac7e1f5228413f951e5dc'}, 'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'card': {'shortLink': 'Q4m6fGcy', 'idShort': 1, 'name': 'Fancy as Fuck', 'id': '5a3ac7ed98ef262d6e5757be', 'desc': '<https://fancyasfuck.ca/>'}, 'old': {'desc': ''}}, 'type': 'updateCard', 'date': '2017-12-20T20:28:37.631Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3ac7ed98ef262d6e5757bf', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'list': {'name': 'Deployed', 'id': '5a3ac7e1f5228413f951e5dc'}, 'card': {'shortLink': 'Q4m6fGcy', 'idShort': 1, 'name': 'Fancy as Fuck', 'id': '5a3ac7ed98ef262d6e5757be'}}, 'type': 'createCard', 'date': '2017-12-20T20:28:29.589Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3ac7e516e035ff22e1c74a', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'list': {'id': '5a3ac7e1f5228413f951e5dc', 'name': 'Deployed'}, 'old': {'name': 'Deploy'}}, 'type': 'updateList', 'date': '2017-12-20T20:28:21.023Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3ac7e1f5228413f951e5dd', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'list': {'name': 'Deploy', 'id': '5a3ac7e1f5228413f951e5dc'}}, 'type': 'createList', 'date': '2017-12-20T20:28:17.153Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3ac7df69f5a3b11eadf9e2', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'list': {'name': 'Done', 'id': '5a3ac7df69f5a3b11eadf9e1'}}, 'type': 'createList', 'date': '2017-12-20T20:28:15.872Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3ac7df6ad96873de945b11', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'list': {'name': 'In Progress', 'id': '5a3ac7df6ad96873de945b10'}}, 'type': 'createList', 'date': '2017-12-20T20:28:15.095Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3ac7d8ae8bbf3406c5708b', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'list': {'name': 'Planning', 'id': '5a3ac7d8ae8bbf3406c5708a'}}, 'type': 'createList', 'date': '2017-12-20T20:28:08.754Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a3ac7d743101a2b7a8103b3', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}, 'list': {'name': 'Backlog', 'id': '5a3ac7d743101a2b7a8103b2'}}, 'type': 'createList', 'date': '2017-12-20T20:28:07.265Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a2af0c73d03c52dfa85ad36', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e', 'prefs': {'background': '58e0388b7d49c0e7abbb6406'}}, 'old': {'prefs': {'background': '58e0ad0183d48869cd4a76df'}}}, 'type': 'updateBoard', 'date': '2017-12-08T20:06:31.177Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a2af0c4fd10fbda8b6ba350', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e', 'prefs': {'background': '58e0ad0183d48869cd4a76df'}}, 'old': {'prefs': {'background': '58df1f3fc5259b4f36fcecb7'}}}, 'type': 'updateBoard', 'date': '2017-12-08T20:06:28.081Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a2af0c14a7360bea66a1245', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e', 'prefs': {'background': '58df1f3fc5259b4f36fcecb7'}}, 'old': {'prefs': {'background': 'blue'}}}, 'type': 'updateBoard', 'date': '2017-12-08T20:06:25.846Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}, {'id': '5a2af0af5a787645e01b2650', 'idMemberCreator': '4e70b6a280cd7c0000004557', 'data': {'board': {'shortLink': 'mzYwNDdi', 'name': 'Websites', 'id': '5a2af0af5a787645e01b264e'}}, 'type': 'createBoard', 'date': '2017-12-08T20:06:07.809Z', 'memberCreator': {'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'fullName': 'Myles B', 'initials': 'MB', 'username': 'myles'}}]
----------
cards: [{'id': '5a3aca4d371ecb36b3b36d82', 'checkItemStates': None, 'closed': False, 'dateLastActivity': '2017-12-20T20:50:10.063Z', 'desc': "### Stages of a website's development:\n\n* **Backlog**: new websites or websites that are starting to show their age\n* **Planning**: working on ideas on what to do with the website\n* **In Progress**: websites where there is some ongoing development\n* **Done**: websites where the development is done just need to be deployed\n* **Deployed**: websites that have are live\n\n### Labels\n\n* **Green**: where is the website hosted\n* **Red**: is it personal or work", 'descData': {'emoji': {}}, 'idBoard': '5a2af0af5a787645e01b264e', 'idList': '5a3aca2819f22d33b5c307e7', 'idMembersVoted': [], 'idShort': 4, 'idAttachmentCover': '5a3aca5979239bcbb816acbf', 'limits': {'attachments': {'perCard': {'status': 'ok', 'disableAt': 950, 'warnAt': 900}}, 'checklists': {'perCard': {'status': 'ok', 'disableAt': 475, 'warnAt': 450}}, 'stickers': {'perCard': {'status': 'ok', 'disableAt': 67, 'warnAt': 63}}}, 'idLabels': [], 'manualCoverAttachment': False, 'name': 'How to Use This Trello Board', 'pos': 65535, 'shortLink': '7AfjQ12F', 'badges': {'votes': 0, 'attachmentsByType': {'trello': {'board': 0, 'card': 0}}, 'viewingMemberVoted': False, 'subscribed': False, 'fogbugz': '', 'checkItems': 0, 'checkItemsChecked': 0, 'comments': 0, 'attachments': 1, 'description': True, 'due': None, 'dueComplete': False}, 'dueComplete': False, 'due': None, 'idChecklists': [], 'idMembers': [], 'labels': [], 'shortUrl': 'https://trello.com/c/7AfjQ12F', 'subscribed': False, 'url': 'https://trello.com/c/7AfjQ12F/4-how-to-use-this-trello-board', 'attachments': [{'bytes': 6902, 'date': '2017-12-20T20:38:49.013Z', 'edgeColor': '#1c84cc', 'idMember': '4e70b6a280cd7c0000004557', 'isUpload': True, 'mimeType': None, 'name': 'cover.png', 'previews': [{'bytes': 1626, 'url': 'https://trello-attachments.s3.amazonaws.com/5a3aca4d371ecb36b3b36d82/70x50/42a005717c855043ed7ddfcb12381d50/AAEAAQAAAAAAAAP7AAAAJGVlMzljNmQ4LTYzY2YtNGVhOS04ODI2LThkOGNmYjMyNzRhMQ.png', 'height': 50, 'width': 70, '_id': '5a3aca5974c2b44ead40ef89', 'scaled': False}, {'bytes': 7289, 'url': 'https://trello-attachments.s3.amazonaws.com/5a3aca4d371ecb36b3b36d82/250x150/763d8e8186439695ac8f0430404f40d6/AAEAAQAAAAAAAAP7AAAAJGVlMzljNmQ4LTYzY2YtNGVhOS04ODI2LThkOGNmYjMyNzRhMQ.png', 'height': 150, 'width': 250, '_id': '5a3aca5974c2b44ead40ef88', 'scaled': False}, {'bytes': 3583, 'url': 'https://trello-attachments.s3.amazonaws.com/5a3aca4d371ecb36b3b36d82/150x51/b2027d174ce475693479c5b2f395e34e/AAEAAQAAAAAAAAP7AAAAJGVlMzljNmQ4LTYzY2YtNGVhOS04ODI2LThkOGNmYjMyNzRhMQ.png', 'height': 51, 'width': 150, '_id': '5a3aca5974c2b44ead40ef87', 'scaled': True}, {'bytes': 7905, 'url': 'https://trello-attachments.s3.amazonaws.com/5a3aca4d371ecb36b3b36d82/300x102/0e18fd87bfcd7823cbbba9339cbd26b8/AAEAAQAAAAAAAAP7AAAAJGVlMzljNmQ4LTYzY2YtNGVhOS04ODI2LThkOGNmYjMyNzRhMQ.png', 'height': 102, 'width': 300, '_id': '5a3aca5974c2b44ead40ef86', 'scaled': True}, {'bytes': 16222, 'url': 'https://trello-attachments.s3.amazonaws.com/5a3aca4d371ecb36b3b36d82/600x204/e8b1350ae2ca8a22f2e1339a2e6495ec/AAEAAQAAAAAAAAP7AAAAJGVlMzljNmQ4LTYzY2YtNGVhOS04ODI2LThkOGNmYjMyNzRhMQ.png', 'height': 204, 'width': 600, '_id': '5a3aca5974c2b44ead40ef85', 'scaled': True}, {'bytes': 6902, 'height': 220, 'width': 646, 'url': 'https://trello-attachments.s3.amazonaws.com/5a2af0af5a787645e01b264e/5a3aca4d371ecb36b3b36d82/41efc193784f3095599dbcacc0335f4d/AAEAAQAAAAAAAAP7AAAAJGVlMzljNmQ4LTYzY2YtNGVhOS04ODI2LThkOGNmYjMyNzRhMQ.png', '_id': '5a3aca5974c2b44ead40ef84', 'scaled': True}], 'url': 'https://trello-attachments.s3.amazonaws.com/5a2af0af5a787645e01b264e/5a3aca4d371ecb36b3b36d82/41efc193784f3095599dbcacc0335f4d/AAEAAQAAAAAAAAP7AAAAJGVlMzljNmQ4LTYzY2YtNGVhOS04ODI2LThkOGNmYjMyNzRhMQ.png', 'pos': 16384, 'id': '5a3aca5979239bcbb816acbf'}], 'pluginData': []}, {'id': '5a3acb687087debe530b60e1', 'checkItemStates': None, 'closed': False, 'dateLastActivity': '2017-12-20T20:46:29.329Z', 'desc': '', 'descData': None, 'idBoard': '5a2af0af5a787645e01b264e', 'idList': '5a3ac7d743101a2b7a8103b2', 'idMembersVoted': [], 'idShort': 8, 'idAttachmentCover': None, 'limits': {'attachments': {'perCard': {'status': 'ok', 'disableAt': 950, 'warnAt': 900}}, 'checklists': {'perCard': {'status': 'ok', 'disableAt': 475, 'warnAt': 450}}, 'stickers': {'perCard': {'status': 'ok', 'disableAt': 67, 'warnAt': 63}}}, 'idLabels': ['5a3ac8dfef0711f03b0de5fa'], 'manualCoverAttachment': False, 'name': 'impersonate functioning human', 'pos': 262143, 'shortLink': 'Epzr8r2M', 'badges': {'votes': 0, 'attachmentsByType': {'trello': {'board': 0, 'card': 0}}, 'viewingMemberVoted': False, 'subscribed': False, 'fogbugz': '', 'checkItems': 0, 'checkItemsChecked': 0, 'comments': 0, 'attachments': 0, 'description': False, 'due': None, 'dueComplete': False}, 'dueComplete': False, 'due': None, 'idChecklists': [], 'idMembers': [], 'labels': [{'id': '5a3ac8dfef0711f03b0de5fa', 'idBoard': '5a2af0af5a787645e01b264e', 'name': 'Personal', 'color': 'red', 'uses': 16}], 'shortUrl': 'https://trello.com/c/Epzr8r2M', 'subscribed': False, 'url': 'https://trello.com/c/Epzr8r2M/8-impersonate-functioning-human', 'attachments': [], 'pluginData': []}, {'id': '5a3acb9f43101a2b7a814e0c', 'checkItemStates': None, 'closed': False, 'dateLastActivity': '2017-12-20T20:46:33.616Z', 'desc': '', 'descData': None, 'idBoard': '5a2af0af5a787645e01b264e', 'idList': '5a3ac7d743101a2b7a8103b2', 'idMembersVoted': [], 'idShort': 9, 'idAttachmentCover': None, 'limits': {'attachments': {'perCard': {'status': 'ok', 'disableAt': 950, 'warnAt': 900}}, 'checklists': {'perCard': {'status': 'ok', 'disableAt': 475, 'warnAt': 450}}, 'stickers': {'perCard': {'status': 'ok', 'disableAt': 67, 'warnAt': 63}}}, 'idLabels': ['5a3ac8dfef0711f03b0de5fa'], 'manualCoverAttachment': False, 'name': '6953727248492483.com', 'pos': 327679, 'shortLink': 'LPoEncn9', 'badges': {'votes': 0, 'attachmentsByType': {'trello': {'board': 0, 'card': 0}}, 'viewingMemberVoted': False, 'subscribed': False, 'fogbugz': '', 'checkItems': 0, 'checkItemsChecked': 0, 'comments': 0, 'attachments': 0, 'description': False, 'due': None, 'dueComplete': False}, 'dueComplete': False, 'due': None, 'idChecklists': [], 'idMembers': [], 'labels': [{'id': '5a3ac8dfef0711f03b0de5fa', 'idBoard': '5a2af0af5a787645e01b264e', 'name': 'Personal', 'color': 'red', 'uses': 16}], 'shortUrl': 'https://trello.com/c/LPoEncn9', 'subscribed': False, 'url': 'https://trello.com/c/LPoEncn9/9-6953727248492483com', 'attachments': [], 'pluginData': []}, {'id': '5a3acba2f6338e5ad99d6fef', 'checkItemStates': None, 'closed': False, 'dateLastActivity': '2017-12-20T20:44:18.974Z', 'desc': '', 'descData': None, 'idBoard': '5a2af0af5a787645e01b264e', 'idList': '5a3ac7d743101a2b7a8103b2', 'idMembersVoted': [], 'idShort': 10, 'idAttachmentCover': None, 'limits': {'attachments': {'perCard': {'status': 'ok', 'disableAt': 950, 'warnAt': 900}}, 'checklists': {'perCard': {'status': 'ok', 'disableAt': 475, 'warnAt': 450}}, 'stickers': {'perCard': {'status': 'ok', 'disableAt': 67, 'warnAt': 63}}}, 'idLabels': [], 'manualCoverAttachment': False, 'name': 'braithwaite.io', 'pos': 393215, 'shortLink': 'eyr7ljBL', 'badges': {'votes': 0, 'attachmentsByType': {'trello': {'board': 0, 'card': 0}}, 'viewingMemberVoted': False, 'subscribed': False, 'fogbugz': '', 'checkItems': 0, 'checkItemsChecked': 0, 'comments': 0, 'attachments': 0, 'description': False, 'due': None, 'dueComplete': False}, 'dueComplete': False, 'due': None, 'idChecklists': [], 'idMembers': [], 'labels': [], 'shortUrl': 'https://trello.com/c/eyr7ljBL', 'subscribed': False, 'url': 'https://trello.com/c/eyr7ljBL/10-braithwaiteio', 'attachments': [], 'pluginData': []}, {'id': '5a3acbaec22527971cf0a35e', 'checkItemStates': None, 'closed': False, 'dateLastActivity': '2017-12-20T20:44:30.134Z', 'desc': '', 'descData': None, 'idBoard': '5a2af0af5a787645e01b264e', 'idList': '5a3ac7d743101a2b7a8103b2', 'idMembersVoted': [], 'idShort': 11, 'idAttachmentCover': None, 'limits': {'attachments': {'perCard': {'status': 'ok', 'disableAt': 950, 'warnAt': 900}}, 'checklists': {'perCard': {'status': 'ok', 'disableAt': 475, 'warnAt': 450}}, 'stickers': {'perCard': {'status': 'ok', 'disableAt': 67, 'warnAt': 63}}}, 'idLabels': [], 'manualCoverAttachment': False, 'name': 'cleverlittledevil.com', 'pos': 458751, 'shortLink': '0NPQzUzq', 'badges': {'votes': 0, 'attachmentsByType': {'trello': {'board': 0, 'card': 0}}, 'viewingMemberVoted': False, 'subscribed': False, 'fogbugz': '', 'checkItems': 0, 'checkItemsChecked': 0, 'comments': 0, 'attachments': 0, 'description': False, 'due': None, 'dueComplete': False}, 'dueComplete': False, 'due': None, 'idChecklists': [], 'idMembers': [], 'labels': [], 'shortUrl': 'https://trello.com/c/0NPQzUzq', 'subscribed': False, 'url': 'https://trello.com/c/0NPQzUzq/11-cleverlittledevilcom', 'attachments': [], 'pluginData': []}, {'id': '5a3acbb616e035ff22e24b60', 'checkItemStates': None, 'closed': False, 'dateLastActivity': '2017-12-20T20:48:40.707Z', 'desc': '', 'descData': None, 'idBoard': '5a2af0af5a787645e01b264e', 'idList': '5a3ac7d743101a2b7a8103b2', 'idMembersVoted': [], 'idShort': 12, 'idAttachmentCover': None, 'limits': {'attachments': {'perCard': {'status': 'ok', 'disableAt': 950, 'warnAt': 900}}, 'checklists': {'perCard': {'status': 'ok', 'disableAt': 475, 'warnAt': 450}}, 'stickers': {'perCard': {'status': 'ok', 'disableAt': 67, 'warnAt': 63}}}, 'idLabels': [], 'manualCoverAttachment': False, 'name': 'edmonddantes.xyz', 'pos': 524287, 'shortLink': 'g3jbv1GC', 'badges': {'votes': 0, 'attachmentsByType': {'trello': {'board': 0, 'card': 0}}, 'viewingMemberVoted': False, 'subscribed': False, 'fogbugz': '', 'checkItems': 0, 'checkItemsChecked': 0, 'comments': 0, 'attachments': 0, 'description': False, 'due': None, 'dueComplete': False}, 'dueComplete': False, 'due': None, 'idChecklists': [], 'idMembers': [], 'labels': [], 'shortUrl': 'https://trello.com/c/g3jbv1GC', 'subscribed': False, 'url': 'https://trello.com/c/g3jbv1GC/12-edmonddantesxyz', 'attachments': [], 'pluginData': []}, {'id': '5a3acbbba31e1f1ebf9ce6cb', 'checkItemStates': None, 'closed': False, 'dateLastActivity': '2017-12-20T20:48:36.129Z', 'desc': '', 'descData': None, 'idBoard': '5a2af0af5a787645e01b264e', 'idList': '5a3ac7d743101a2b7a8103b2', 'idMembersVoted': [], 'idShort': 13, 'idAttachmentCover': None, 'limits': {'attachments': {'perCard': {'status': 'ok', 'disableAt': 950, 'warnAt': 900}}, 'checklists': {'perCard': {'status': 'ok', 'disableAt': 475, 'warnAt': 450}}, 'stickers': {'perCard': {'status': 'ok', 'disableAt': 67, 'warnAt': 63}}}, 'idLabels': ['5a3ac8dfef0711f03b0de5fa'], 'manualCoverAttachment': False, 'name': 'homebrewhosting.club', 'pos': 589823, 'shortLink': 'ykWaL03c', 'badges': {'votes': 0, 'attachmentsByType': {'trello': {'board': 0, 'card': 0}}, 'viewingMemberVoted': False, 'subscribed': False, 'fogbugz': '', 'checkItems': 0, 'checkItemsChecked': 0, 'comments': 0, 'attachments': 0, 'description': False, 'due': None, 'dueComplete': False}, 'dueComplete': False, 'due': None, 'idChecklists': [], 'idMembers': [], 'labels': [{'id': '5a3ac8dfef0711f03b0de5fa', 'idBoard': '5a2af0af5a787645e01b264e', 'name': 'Personal', 'color': 'red', 'uses': 16}], 'shortUrl': 'https://trello.com/c/ykWaL03c', 'subscribed': False, 'url': 'https://trello.com/c/ykWaL03c/13-homebrewhostingclub', 'attachments': [], 'pluginData': []}, {'id': '5a3acbc040c8938a247ad5a5', 'checkItemStates': None, 'closed': False, 'dateLastActivity': '2017-12-20T20:48:31.095Z', 'desc': '', 'descData': None, 'idBoard': '5a2af0af5a787645e01b264e', 'idList': '5a3ac7d743101a2b7a8103b2', 'idMembersVoted': [], 'idShort': 14, 'idAttachmentCover': None, 'limits': {'attachments': {'perCard': {'status': 'ok', 'disableAt': 950, 'warnAt': 900}}, 'checklists': {'perCard': {'status': 'ok', 'disableAt': 475, 'warnAt': 450}}, 'stickers': {'perCard': {'status': 'ok', 'disableAt': 67, 'warnAt': 63}}}, 'idLabels': ['5a3ac8dfef0711f03b0de5fa'], 'manualCoverAttachment': False, 'name': 'I Love/Hate Myles', 'pos': 655359, 'shortLink': 'pBXvMCQ3', 'badges': {'votes': 0, 'attachmentsByType': {'trello': {'board': 0, 'card': 0}}, 'viewingMemberVoted': False, 'subscribed': False, 'fogbugz': '', 'checkItems': 0, 'checkItemsChecked': 0, 'comments': 0, 'attachments': 0, 'description': False, 'due': None, 'dueComplete': False}, 'dueComplete': False, 'due': None, 'idChecklists': [], 'idMembers': [], 'labels': [{'id': '5a3ac8dfef0711f03b0de5fa', 'idBoard': '5a2af0af5a787645e01b264e', 'name': 'Personal', 'color': 'red', 'uses': 16}], 'shortUrl': 'https://trello.com/c/pBXvMCQ3', 'subscribed': False, 'url': 'https://trello.com/c/pBXvMCQ3/14-i-love-hate-myles', 'attachments': [], 'pluginData': []}, {'id': '5a3acbc86b2bc04eb6ef5b86', 'checkItemStates': None, 'closed': False, 'dateLastActivity': '2017-12-20T20:48:28.090Z', 'desc': '', 'descData': None, 'idBoard': '5a2af0af5a787645e01b264e', 'idList': '5a3ac7d743101a2b7a8103b2', 'idMembersVoted': [], 'idShort': 15, 'idAttachmentCover': None, 'limits': {'attachments': {'perCard': {'status': 'ok', 'disableAt': 950, 'warnAt': 900}}, 'checklists': {'perCard': {'status': 'ok', 'disableAt': 475, 'warnAt': 450}}, 'stickers': {'perCard': {'status': 'ok', 'disableAt': 67, 'warnAt': 63}}}, 'idLabels': ['5a3ac8dc7e175cba2fe9aa41'], 'manualCoverAttachment': False, 'name': 'Kinroyal', 'pos': 720895, 'shortLink': 'LkQIRtWP', 'badges': {'votes': 0, 'attachmentsByType': {'trello': {'board': 0, 'card': 0}}, 'viewingMemberVoted': False, 'subscribed': False, 'fogbugz': '', 'checkItems': 0, 'checkItemsChecked': 0, 'comments': 0, 'attachments': 0, 'description': False, 'due': None, 'dueComplete': False}, 'dueComplete': False, 'due': None, 'idChecklists': [], 'idMembers': [], 'labels': [{'id': '5a3ac8dc7e175cba2fe9aa41', 'idBoard': '5a2af0af5a787645e01b264e', 'name': 'Work', 'color': 'red', 'uses': 4}], 'shortUrl': 'https://trello.com/c/LkQIRtWP', 'subscribed': False, 'url': 'https://trello.com/c/LkQIRtWP/15-kinroyal', 'attachments': [], 'pluginData': []}, {'id': '5a3acbce2862989157c17b8e', 'checkItemStates': None, 'closed': False, 'dateLastActivity': '2017-12-20T20:48:24.251Z', 'desc': '', 'descData': None, 'idBoard': '5a2af0af5a787645e01b264e', 'idList': '5a3ac7d743101a2b7a8103b2', 'idMembersVoted': [], 'idShort': 16, 'idAttachmentCover': None, 'limits': {'attachments': {'perCard': {'status': 'ok', 'disableAt': 950, 'warnAt': 900}}, 'checklists': {'perCard': {'status': 'ok', 'disableAt': 475, 'warnAt': 450}}, 'stickers': {'perCard': {'status': 'ok', 'disableAt': 67, 'warnAt': 63}}}, 'idLabels': ['5a3ac8dc7e175cba2fe9aa41'], 'manualCoverAttachment': False, 'name': 'Monkey in your Soul', 'pos': 786431, 'shortLink': '9Pz5SpbJ', 'badges': {'votes': 0, 'attachmentsByType': {'trello': {'board': 0, 'card': 0}}, 'viewingMemberVoted': False, 'subscribed': False, 'fogbugz': '', 'checkItems': 0, 'checkItemsChecked': 0, 'comments': 0, 'attachments': 0, 'description': False, 'due': None, 'dueComplete': False}, 'dueComplete': False, 'due': None, 'idChecklists': [], 'idMembers': [], 'labels': [{'id': '5a3ac8dc7e175cba2fe9aa41', 'idBoard': '5a2af0af5a787645e01b264e', 'name': 'Work', 'color': 'red', 'uses': 4}], 'shortUrl': 'https://trello.com/c/9Pz5SpbJ', 'subscribed': False, 'url': 'https://trello.com/c/9Pz5SpbJ/16-monkey-in-your-soul', 'attachments': [], 'pluginData': []}, {'id': '5a3acbd6d9f1234e860e2afb', 'checkItemStates': None, 'closed': False, 'dateLastActivity': '2017-12-20T20:48:20.785Z', 'desc': '', 'descData': None, 'idBoard': '5a2af0af5a787645e01b264e', 'idList': '5a3ac7d743101a2b7a8103b2', 'idMembersVoted': [], 'idShort': 17, 'idAttachmentCover': None, 'limits': {'attachments': {'perCard': {'status': 'ok', 'disableAt': 950, 'warnAt': 900}}, 'checklists': {'perCard': {'status': 'ok', 'disableAt': 475, 'warnAt': 450}}, 'stickers': {'perCard': {'status': 'ok', 'disableAt': 67, 'warnAt': 63}}}, 'idLabels': ['5a3ac8dfef0711f03b0de5fa'], 'manualCoverAttachment': False, 'name': 'Myles Loves Coffee', 'pos': 851967, 'shortLink': '0OAoCZOM', 'badges': {'votes': 0, 'attachmentsByType': {'trello': {'board': 0, 'card': 0}}, 'viewingMemberVoted': False, 'subscribed': False, 'fogbugz': '', 'checkItems': 0, 'checkItemsChecked': 0, 'comments': 0, 'attachments': 0, 'description': False, 'due': None, 'dueComplete': False}, 'dueComplete': False, 'due': None, 'idChecklists': [], 'idMembers': [], 'labels': [{'id': '5a3ac8dfef0711f03b0de5fa', 'idBoard': '5a2af0af5a787645e01b264e', 'name': 'Personal', 'color': 'red', 'uses': 16}], 'shortUrl': 'https://trello.com/c/0OAoCZOM', 'subscribed': False, 'url': 'https://trello.com/c/0OAoCZOM/17-myles-loves-coffee', 'attachments': [], 'pluginData': []}, {'id': '5a3acbdcc4fc56019a095bb1', 'checkItemStates': None, 'closed': False, 'dateLastActivity': '2017-12-20T20:48:17.287Z', 'desc': '', 'descData': None, 'idBoard': '5a2af0af5a787645e01b264e', 'idList': '5a3ac7d743101a2b7a8103b2', 'idMembersVoted': [], 'idShort': 18, 'idAttachmentCover': None, 'limits': {'attachments': {'perCard': {'status': 'ok', 'disableAt': 950, 'warnAt': 900}}, 'checklists': {'perCard': {'status': 'ok', 'disableAt': 475, 'warnAt': 450}}, 'stickers': {'perCard': {'status': 'ok', 'disableAt': 67, 'warnAt': 63}}}, 'idLabels': ['5a3ac8dfef0711f03b0de5fa'], 'manualCoverAttachment': False, 'name': "Myles' Photos", 'pos': 917503, 'shortLink': 'KYYDlcL0', 'badges': {'votes': 0, 'attachmentsByType': {'trello': {'board': 0, 'card': 0}}, 'viewingMemberVoted': False, 'subscribed': False, 'fogbugz': '', 'checkItems': 0, 'checkItemsChecked': 0, 'comments': 0, 'attachments': 0, 'description': False, 'due': None, 'dueComplete': False}, 'dueComplete': False, 'due': None, 'idChecklists': [], 'idMembers': [], 'labels': [{'id': '5a3ac8dfef0711f03b0de5fa', 'idBoard': '5a2af0af5a787645e01b264e', 'name': 'Personal', 'color': 'red', 'uses': 16}], 'shortUrl': 'https://trello.com/c/KYYDlcL0', 'subscribed': False, 'url': 'https://trello.com/c/KYYDlcL0/18-myles-photos', 'attachments': [], 'pluginData': []}, {'id': '5a3acbe4ec61645f52c9a258', 'checkItemStates': None, 'closed': False, 'dateLastActivity': '2017-12-20T20:48:14.046Z', 'desc': '', 'descData': None, 'idBoard': '5a2af0af5a787645e01b264e', 'idList': '5a3ac7d743101a2b7a8103b2', 'idMembersVoted': [], 'idShort': 19, 'idAttachmentCover': None, 'limits': {'attachments': {'perCard': {'status': 'ok', 'disableAt': 950, 'warnAt': 900}}, 'checklists': {'perCard': {'status': 'ok', 'disableAt': 475, 'warnAt': 450}}, 'stickers': {'perCard': {'status': 'ok', 'disableAt': 67, 'warnAt': 63}}}, 'idLabels': ['5a3ac8dfef0711f03b0de5fa'], 'manualCoverAttachment': False, 'name': "Myles' Mixtapes", 'pos': 983039, 'shortLink': '8EHeqQdp', 'badges': {'votes': 0, 'attachmentsByType': {'trello': {'board': 0, 'card': 0}}, 'viewingMemberVoted': False, 'subscribed': False, 'fogbugz': '', 'checkItems': 0, 'checkItemsChecked': 0, 'comments': 0, 'attachments': 0, 'description': False, 'due': None, 'dueComplete': False}, 'dueComplete': False, 'due': None, 'idChecklists': [], 'idMembers': [], 'labels': [{'id': '5a3ac8dfef0711f03b0de5fa', 'idBoard': '5a2af0af5a787645e01b264e', 'name': 'Personal', 'color': 'red', 'uses': 16}], 'shortUrl': 'https://trello.com/c/8EHeqQdp', 'subscribed': False, 'url': 'https://trello.com/c/8EHeqQdp/19-myles-mixtapes', 'attachments': [], 'pluginData': []}, {'id': '5a3acc113de1aa2308bfecb3', 'checkItemStates': None, 'closed': False, 'dateLastActivity': '2017-12-20T20:47:15.052Z', 'desc': '', 'descData': None, 'idBoard': '5a2af0af5a787645e01b264e', 'idList': '5a3ac7d743101a2b7a8103b2', 'idMembersVoted': [], 'idShort': 24, 'idAttachmentCover': None, 'limits': {'attachments': {'perCard': {'status': 'ok', 'disableAt': 950, 'warnAt': 900}}, 'checklists': {'perCard': {'status': 'ok', 'disableAt': 475, 'warnAt': 450}}, 'stickers': {'perCard': {'status': 'ok', 'disableAt': 67, 'warnAt': 63}}}, 'idLabels': ['5a3ac8dfef0711f03b0de5fa'], 'manualCoverAttachment': False, 'name': 'You are the Worst', 'pos': 1310719, 'shortLink': 'mBK0kTwO', 'badges': {'votes': 0, 'attachmentsByType': {'trello': {'board': 0, 'card': 0}}, 'viewingMemberVoted': False, 'subscribed': False, 'fogbugz': '', 'checkItems': 0, 'checkItemsChecked': 0, 'comments': 0, 'attachments': 0, 'description': False, 'due': None, 'dueComplete': False}, 'dueComplete': False, 'due': None, 'idChecklists': [], 'idMembers': [], 'labels': [{'id': '5a3ac8dfef0711f03b0de5fa', 'idBoard': '5a2af0af5a787645e01b264e', 'name': 'Personal', 'color': 'red', 'uses': 16}], 'shortUrl': 'https://trello.com/c/mBK0kTwO', 'subscribed': False, 'url': 'https://trello.com/c/mBK0kTwO/24-you-are-the-worst', 'attachments': [], 'pluginData': []}, {'id': '5a3acc48e9cc70364c12b2da', 'checkItemStates': None, 'closed': False, 'dateLastActivity': '2017-12-20T20:47:10.315Z', 'desc': '', 'descData': None, 'idBoard': '5a2af0af5a787645e01b264e', 'idList': '5a3ac7d743101a2b7a8103b2', 'idMembersVoted': [], 'idShort': 25, 'idAttachmentCover': None, 'limits': {'attachments': {'perCard': {'status': 'ok', 'disableAt': 950, 'warnAt': 900}}, 'checklists': {'perCard': {'status': 'ok', 'disableAt': 475, 'warnAt': 450}}, 'stickers': {'perCard': {'status': 'ok', 'disableAt': 67, 'warnAt': 63}}}, 'idLabels': ['5a3ac8dfef0711f03b0de5fa'], 'manualCoverAttachment': False, 'name': 'Peanut Butter Nice Guy', 'pos': 1376255, 'shortLink': '5z9o7hJT', 'badges': {'votes': 0, 'attachmentsByType': {'trello': {'board': 0, 'card': 0}}, 'viewingMemberVoted': False, 'subscribed': False, 'fogbugz': '', 'checkItems': 0, 'checkItemsChecked': 0, 'comments': 0, 'attachments': 0, 'description': False, 'due': None, 'dueComplete': False}, 'dueComplete': False, 'due': None, 'idChecklists': [], 'idMembers': [], 'labels': [{'id': '5a3ac8dfef0711f03b0de5fa', 'idBoard': '5a2af0af5a787645e01b264e', 'name': 'Personal', 'color': 'red', 'uses': 16}], 'shortUrl': 'https://trello.com/c/5z9o7hJT', 'subscribed': False, 'url': 'https://trello.com/c/5z9o7hJT/25-peanut-butter-nice-guy', 'attachments': [], 'pluginData': []}, {'id': '5a3acb56e41ca31425f181bd', 'checkItemStates': None, 'closed': False, 'dateLastActivity': '2017-12-20T20:46:20.660Z', 'desc': '', 'descData': None, 'idBoard': '5a2af0af5a787645e01b264e', 'idList': '5a3ac7d8ae8bbf3406c5708a', 'idMembersVoted': [], 'idShort': 7, 'idAttachmentCover': None, 'limits': {'attachments': {'perCard': {'status': 'ok', 'disableAt': 950, 'warnAt': 900}}, 'checklists': {'perCard': {'status': 'ok', 'disableAt': 475, 'warnAt': 450}}, 'stickers': {'perCard': {'status': 'ok', 'disableAt': 67, 'warnAt': 63}}}, 'idLabels': ['5a3ac8dfef0711f03b0de5fa'], 'manualCoverAttachment': False, 'name': 'Blog', 'pos': 196607, 'shortLink': 'LPxhyNe8', 'badges': {'votes': 0, 'attachmentsByType': {'trello': {'board': 0, 'card': 0}}, 'viewingMemberVoted': False, 'subscribed': False, 'fogbugz': '', 'checkItems': 0, 'checkItemsChecked': 0, 'comments': 0, 'attachments': 0, 'description': False, 'due': None, 'dueComplete': False}, 'dueComplete': False, 'due': None, 'idChecklists': [], 'idMembers': [], 'labels': [{'id': '5a3ac8dfef0711f03b0de5fa', 'idBoard': '5a2af0af5a787645e01b264e', 'name': 'Personal', 'color': 'red', 'uses': 16}], 'shortUrl': 'https://trello.com/c/LPxhyNe8', 'subscribed': False, 'url': 'https://trello.com/c/LPxhyNe8/7-blog', 'attachments': [], 'pluginData': []}, {'id': '5a3acb4d74ea7e3cce90b662', 'checkItemStates': None, 'closed': False, 'dateLastActivity': '2017-12-20T20:46:24.196Z', 'desc': '', 'descData': None, 'idBoard': '5a2af0af5a787645e01b264e', 'idList': '5a3ac7d8ae8bbf3406c5708a', 'idMembersVoted': [], 'idShort': 6, 'idAttachmentCover': None, 'limits': {'attachments': {'perCard': {'status': 'ok', 'disableAt': 950, 'warnAt': 900}}, 'checklists': {'perCard': {'status': 'ok', 'disableAt': 475, 'warnAt': 450}}, 'stickers': {'perCard': {'status': 'ok', 'disableAt': 67, 'warnAt': 63}}}, 'idLabels': ['5a3ac8dfef0711f03b0de5fa'], 'manualCoverAttachment': False, 'name': "Myles' Talks", 'pos': 262143, 'shortLink': 'aIAtHhhF', 'badges': {'votes': 0, 'attachmentsByType': {'trello': {'board': 0, 'card': 0}}, 'viewingMemberVoted': False, 'subscribed': False, 'fogbugz': '', 'checkItems': 0, 'checkItemsChecked': 0, 'comments': 0, 'attachments': 0, 'description': False, 'due': None, 'dueComplete': False}, 'dueComplete': False, 'due': None, 'idChecklists': [], 'idMembers': [], 'labels': [{'id': '5a3ac8dfef0711f03b0de5fa', 'idBoard': '5a2af0af5a787645e01b264e', 'name': 'Personal', 'color': 'red', 'uses': 16}], 'shortUrl': 'https://trello.com/c/aIAtHhhF', 'subscribed': False, 'url': 'https://trello.com/c/aIAtHhhF/6-myles-talks', 'attachments': [], 'pluginData': []}, {'id': '5a3acbeb74ea7e3cce90c8a4', 'checkItemStates': None, 'closed': False, 'dateLastActivity': '2017-12-20T20:48:09.717Z', 'desc': '', 'descData': None, 'idBoard': '5a2af0af5a787645e01b264e', 'idList': '5a3ac7d8ae8bbf3406c5708a', 'idMembersVoted': [], 'idShort': 20, 'idAttachmentCover': None, 'limits': {'attachments': {'perCard': {'status': 'ok', 'disableAt': 950, 'warnAt': 900}}, 'checklists': {'perCard': {'status': 'ok', 'disableAt': 475, 'warnAt': 450}}, 'stickers': {'perCard': {'status': 'ok', 'disableAt': 67, 'warnAt': 63}}}, 'idLabels': [], 'manualCoverAttachment': False, 'name': 'Homepage', 'pos': 1048575, 'shortLink': 't1we08yl', 'badges': {'votes': 0, 'attachmentsByType': {'trello': {'board': 0, 'card': 0}}, 'viewingMemberVoted': False, 'subscribed': False, 'fogbugz': '', 'checkItems': 0, 'checkItemsChecked': 0, 'comments': 0, 'attachments': 0, 'description': False, 'due': None, 'dueComplete': False}, 'dueComplete': False, 'due': None, 'idChecklists': [], 'idMembers': [], 'labels': [], 'shortUrl': 'https://trello.com/c/t1we08yl', 'subscribed': False, 'url': 'https://trello.com/c/t1we08yl/20-homepage', 'attachments': [], 'pluginData': []}, {'id': '5a3acb1267df8001db35cf3a', 'checkItemStates': None, 'closed': False, 'dateLastActivity': '2017-12-20T20:46:16.418Z', 'desc': '', 'descData': None, 'idBoard': '5a2af0af5a787645e01b264e', 'idList': '5a3ac7df6ad96873de945b10', 'idMembersVoted': [], 'idShort': 5, 'idAttachmentCover': None, 'limits': {'attachments': {'perCard': {'status': 'ok', 'disableAt': 950, 'warnAt': 900}}, 'checklists': {'perCard': {'status': 'ok', 'disableAt': 475, 'warnAt': 450}}, 'stickers': {'perCard': {'status': 'ok', 'disableAt': 67, 'warnAt': 63}}}, 'idLabels': ['5a3ac8dfef0711f03b0de5fa'], 'manualCoverAttachment': False, 'name': 'The Incorporated City of Myles', 'pos': 65535, 'shortLink': 'yqcCfkyD', 'badges': {'votes': 0, 'attachmentsByType': {'trello': {'board': 0, 'card': 0}}, 'viewingMemberVoted': False, 'subscribed': False, 'fogbugz': '', 'checkItems': 0, 'checkItemsChecked': 0, 'comments': 0, 'attachments': 1, 'description': False, 'due': None, 'dueComplete': False}, 'dueComplete': False, 'due': None, 'idChecklists': [], 'idMembers': [], 'labels': [{'id': '5a3ac8dfef0711f03b0de5fa', 'idBoard': '5a2af0af5a787645e01b264e', 'name': 'Personal', 'color': 'red', 'uses': 16}], 'shortUrl': 'https://trello.com/c/yqcCfkyD', 'subscribed': False, 'url': 'https://trello.com/c/yqcCfkyD/5-the-incorporated-city-of-myles', 'attachments': [{'bytes': None, 'date': '2017-12-20T20:42:36.478Z', 'edgeColor': None, 'idMember': '4e70b6a280cd7c0000004557', 'isUpload': False, 'mimeType': '', 'name': 'The Incorporated City of Myles', 'previews': [], 'url': 'https://myles.city/', 'pos': 16384, 'id': '5a3acb3cf9b6f72d020dba4f'}], 'pluginData': []}, {'id': '5a3acc0b1f47223cf90d5a05', 'checkItemStates': None, 'closed': False, 'dateLastActivity': '2017-12-20T20:47:40.151Z', 'desc': '', 'descData': None, 'idBoard': '5a2af0af5a787645e01b264e', 'idList': '5a3ac7df69f5a3b11eadf9e1', 'idMembersVoted': [], 'idShort': 23, 'idAttachmentCover': None, 'limits': {'attachments': {'perCard': {'status': 'ok', 'disableAt': 950, 'warnAt': 900}}, 'checklists': {'perCard': {'status': 'ok', 'disableAt': 475, 'warnAt': 450}}, 'stickers': {'perCard': {'status': 'ok', 'disableAt': 67, 'warnAt': 63}}}, 'idLabels': ['5a3ac8dfef0711f03b0de5fa', '5a3acc65d8526027ffa8d5db'], 'manualCoverAttachment': False, 'name': 'What Day of the Week', 'pos': 1245183, 'shortLink': 'bSuHtvGH', 'badges': {'votes': 0, 'attachmentsByType': {'trello': {'board': 0, 'card': 0}}, 'viewingMemberVoted': False, 'subscribed': False, 'fogbugz': '', 'checkItems': 0, 'checkItemsChecked': 0, 'comments': 0, 'attachments': 0, 'description': False, 'due': None, 'dueComplete': False}, 'dueComplete': False, 'due': None, 'idChecklists': [], 'idMembers': [], 'labels': [{'id': '5a3ac8dfef0711f03b0de5fa', 'idBoard': '5a2af0af5a787645e01b264e', 'name': 'Personal', 'color': 'red', 'uses': 16}, {'id': '5a3acc65d8526027ffa8d5db', 'idBoard': '5a2af0af5a787645e01b264e', 'name': 'NearlyFreeSpeech.NET', 'color': 'green', 'uses': 3}], 'shortUrl': 'https://trello.com/c/bSuHtvGH', 'subscribed': False, 'url': 'https://trello.com/c/bSuHtvGH/23-what-day-of-the-week', 'attachments': [], 'pluginData': []}, {'id': '5a3acc074fd1d0cb4d5e0cc2', 'checkItemStates': None, 'closed': False, 'dateLastActivity': '2017-12-20T20:47:54.253Z', 'desc': '', 'descData': None, 'idBoard': '5a2af0af5a787645e01b264e', 'idList': '5a3ac7df69f5a3b11eadf9e1', 'idMembersVoted': [], 'idShort': 22, 'idAttachmentCover': None, 'limits': {'attachments': {'perCard': {'status': 'ok', 'disableAt': 950, 'warnAt': 900}}, 'checklists': {'perCard': {'status': 'ok', 'disableAt': 475, 'warnAt': 450}}, 'stickers': {'perCard': {'status': 'ok', 'disableAt': 67, 'warnAt': 63}}}, 'idLabels': ['5a3ac8dc7e175cba2fe9aa41', '5a3acc65d8526027ffa8d5db'], 'manualCoverAttachment': False, 'name': 'Rotten Bananas', 'pos': 1310719, 'shortLink': '424YBrGV', 'badges': {'votes': 0, 'attachmentsByType': {'trello': {'board': 0, 'card': 0}}, 'viewingMemberVoted': False, 'subscribed': False, 'fogbugz': '', 'checkItems': 0, 'checkItemsChecked': 0, 'comments': 0, 'attachments': 0, 'description': False, 'due': None, 'dueComplete': False}, 'dueComplete': False, 'due': None, 'idChecklists': [], 'idMembers': [], 'labels': [{'id': '5a3ac8dc7e175cba2fe9aa41', 'idBoard': '5a2af0af5a787645e01b264e', 'name': 'Work', 'color': 'red', 'uses': 4}, {'id': '5a3acc65d8526027ffa8d5db', 'idBoard': '5a2af0af5a787645e01b264e', 'name': 'NearlyFreeSpeech.NET', 'color': 'green', 'uses': 3}], 'shortUrl': 'https://trello.com/c/424YBrGV', 'subscribed': False, 'url': 'https://trello.com/c/424YBrGV/22-rotten-bananas', 'attachments': [], 'pluginData': []}, {'id': '5a3acc04f8169fbac3cea530', 'checkItemStates': None, 'closed': False, 'dateLastActivity': '2017-12-20T20:48:04.821Z', 'desc': '', 'descData': None, 'idBoard': '5a2af0af5a787645e01b264e', 'idList': '5a3ac7df69f5a3b11eadf9e1', 'idMembersVoted': [], 'idShort': 21, 'idAttachmentCover': None, 'limits': {'attachments': {'perCard': {'status': 'ok', 'disableAt': 950, 'warnAt': 900}}, 'checklists': {'perCard': {'status': 'ok', 'disableAt': 475, 'warnAt': 450}}, 'stickers': {'perCard': {'status': 'ok', 'disableAt': 67, 'warnAt': 63}}}, 'idLabels': ['5a3acc65d8526027ffa8d5db', '5a3ac8dfef0711f03b0de5fa'], 'manualCoverAttachment': False, 'name': 'Pass the Wine, Fuck the Government, I Love You', 'pos': 1376255, 'shortLink': 'S3QZLY6e', 'badges': {'votes': 0, 'attachmentsByType': {'trello': {'board': 0, 'card': 0}}, 'viewingMemberVoted': False, 'subscribed': False, 'fogbugz': '', 'checkItems': 0, 'checkItemsChecked': 0, 'comments': 0, 'attachments': 0, 'description': False, 'due': None, 'dueComplete': False}, 'dueComplete': False, 'due': None, 'idChecklists': [], 'idMembers': [], 'labels': [{'id': '5a3acc65d8526027ffa8d5db', 'idBoard': '5a2af0af5a787645e01b264e', 'name': 'NearlyFreeSpeech.NET', 'color': 'green', 'uses': 3}, {'id': '5a3ac8dfef0711f03b0de5fa', 'idBoard': '5a2af0af5a787645e01b264e', 'name': 'Personal', 'color': 'red', 'uses': 16}], 'shortUrl': 'https://trello.com/c/S3QZLY6e', 'subscribed': False, 'url': 'https://trello.com/c/S3QZLY6e/21-pass-the-wine-fuck-the-government-i-love-you', 'attachments': [], 'pluginData': []}, {'id': '5a3ac7ed98ef262d6e5757be', 'checkItemStates': None, 'closed': False, 'dateLastActivity': '2017-12-20T20:33:37.854Z', 'desc': '', 'descData': {'emoji': {}}, 'idBoard': '5a2af0af5a787645e01b264e', 'idList': '5a3ac7e1f5228413f951e5dc', 'idMembersVoted': [], 'idShort': 1, 'idAttachmentCover': '5a3ac86db3ef8398ec79dbd7', 'limits': {'attachments': {'perCard': {'status': 'ok', 'disableAt': 950, 'warnAt': 900}}, 'checklists': {'perCard': {'status': 'ok', 'disableAt': 475, 'warnAt': 450}}, 'stickers': {'perCard': {'status': 'ok', 'disableAt': 67, 'warnAt': 63}}}, 'idLabels': ['5a3ac85974ea7e3cce9048c2', '5a3ac8dfef0711f03b0de5fa'], 'manualCoverAttachment': False, 'name': 'Fancy as Fuck', 'pos': 65535, 'shortLink': 'Q4m6fGcy', 'badges': {'votes': 0, 'attachmentsByType': {'trello': {'board': 0, 'card': 0}}, 'viewingMemberVoted': False, 'subscribed': False, 'fogbugz': '', 'checkItems': 0, 'checkItemsChecked': 0, 'comments': 0, 'attachments': 3, 'description': False, 'due': None, 'dueComplete': False}, 'dueComplete': False, 'due': None, 'idChecklists': [], 'idMembers': [], 'labels': [{'id': '5a3ac85974ea7e3cce9048c2', 'idBoard': '5a2af0af5a787645e01b264e', 'name': 'Netlify', 'color': 'green', 'uses': 2}, {'id': '5a3ac8dfef0711f03b0de5fa', 'idBoard': '5a2af0af5a787645e01b264e', 'name': 'Personal', 'color': 'red', 'uses': 16}], 'shortUrl': 'https://trello.com/c/Q4m6fGcy', 'subscribed': False, 'url': 'https://trello.com/c/Q4m6fGcy/1-fancy-as-fuck', 'attachments': [{'bytes': 60404, 'date': '2017-12-20T20:30:37.730Z', 'edgeColor': '#444444', 'idMember': '4e70b6a280cd7c0000004557', 'isUpload': True, 'mimeType': None, 'name': 'cover.png', 'previews': [{'bytes': 4272, 'url': 'https://trello-attachments.s3.amazonaws.com/5a3ac7ed98ef262d6e5757be/70x50/1d948720b31d91858177434fa9d69321/png.png', 'height': 50, 'width': 70, '_id': '5a3ac86fdf1586f0973cf6cc', 'scaled': False}, {'bytes': 14433, 'url': 'https://trello-attachments.s3.amazonaws.com/5a3ac7ed98ef262d6e5757be/250x150/1195a17e6357780600957d588105e147/png.png', 'height': 150, 'width': 250, '_id': '5a3ac86fdf1586f0973cf6cb', 'scaled': False}, {'bytes': 10980, 'url': 'https://trello-attachments.s3.amazonaws.com/5a3ac7ed98ef262d6e5757be/150x120/1db99a55bc32260cb1099a86cf9e164c/png.png', 'height': 120, 'width': 150, '_id': '5a3ac86fdf1586f0973cf6ca', 'scaled': True}, {'bytes': 22789, 'url': 'https://trello-attachments.s3.amazonaws.com/5a3ac7ed98ef262d6e5757be/300x240/d81ccda218c2684253b3f7ea16a61510/png.png', 'height': 240, 'width': 300, '_id': '5a3ac86fdf1586f0973cf6c9', 'scaled': True}, {'bytes': 50449, 'url': 'https://trello-attachments.s3.amazonaws.com/5a3ac7ed98ef262d6e5757be/600x480/2e76193ff5412c4d326d96389449729d/png.png', 'height': 480, 'width': 600, '_id': '5a3ac86fdf1586f0973cf6c8', 'scaled': True}, {'bytes': 110671, 'url': 'https://trello-attachments.s3.amazonaws.com/5a3ac7ed98ef262d6e5757be/1200x960/2936da00d13dfb61e4938f2a37a5dccf/png.png', 'height': 960, 'width': 1200, '_id': '5a3ac86fdf1586f0973cf6c7', 'scaled': True}, {'bytes': 60404, 'height': 1024, 'width': 1280, 'url': 'https://trello-attachments.s3.amazonaws.com/5a2af0af5a787645e01b264e/5a3ac7ed98ef262d6e5757be/e4ae81e64ce228822ce36b3f3c7a5f64/png.png', '_id': '5a3ac86fdf1586f0973cf6c6', 'scaled': True}], 'url': 'https://trello-attachments.s3.amazonaws.com/5a2af0af5a787645e01b264e/5a3ac7ed98ef262d6e5757be/e4ae81e64ce228822ce36b3f3c7a5f64/png.png', 'pos': 16384, 'id': '5a3ac86db3ef8398ec79dbd7'}, {'bytes': None, 'date': '2017-12-20T20:31:13.077Z', 'edgeColor': None, 'idMember': '4e70b6a280cd7c0000004557', 'isUpload': False, 'mimeType': '', 'name': 'Fancy as Fuck', 'previews': [], 'url': 'https://fancyasfuck.ca/', 'pos': 32768, 'id': '5a3ac891e0370e08ea579f32'}, {'bytes': None, 'date': '2017-12-20T20:31:35.626Z', 'edgeColor': None, 'idMember': '4e70b6a280cd7c0000004557', 'isUpload': False, 'mimeType': '', 'name': 'Repo', 'previews': [], 'url': 'https://github.com/myles/fancyasfuck.ca-www', 'pos': 24576, 'id': '5a3ac8a793e681b101dbe970'}], 'pluginData': []}, {'id': '5a3ac9392e24760832033315', 'checkItemStates': None, 'closed': False, 'dateLastActivity': '2017-12-20T20:35:15.270Z', 'desc': '', 'descData': None, 'idBoard': '5a2af0af5a787645e01b264e', 'idList': '5a3ac7e1f5228413f951e5dc', 'idMembersVoted': [], 'idShort': 2, 'idAttachmentCover': '5a3ac953c8021890f3ab8f03', 'limits': {'attachments': {'perCard': {'status': 'ok', 'disableAt': 950, 'warnAt': 900}}, 'checklists': {'perCard': {'status': 'ok', 'disableAt': 475, 'warnAt': 450}}, 'stickers': {'perCard': {'status': 'ok', 'disableAt': 67, 'warnAt': 63}}}, 'idLabels': ['5a3ac85974ea7e3cce9048c2', '5a3ac8dc7e175cba2fe9aa41'], 'manualCoverAttachment': False, 'name': 'Braithwaite Corp.', 'pos': 131071, 'shortLink': '2WhQ9HLh', 'badges': {'votes': 0, 'attachmentsByType': {'trello': {'board': 0, 'card': 0}}, 'viewingMemberVoted': False, 'subscribed': False, 'fogbugz': '', 'checkItems': 0, 'checkItemsChecked': 0, 'comments': 0, 'attachments': 3, 'description': False, 'due': None, 'dueComplete': False}, 'dueComplete': False, 'due': None, 'idChecklists': [], 'idMembers': [], 'labels': [{'id': '5a3ac85974ea7e3cce9048c2', 'idBoard': '5a2af0af5a787645e01b264e', 'name': 'Netlify', 'color': 'green', 'uses': 2}, {'id': '5a3ac8dc7e175cba2fe9aa41', 'idBoard': '5a2af0af5a787645e01b264e', 'name': 'Work', 'color': 'red', 'uses': 4}], 'shortUrl': 'https://trello.com/c/2WhQ9HLh', 'subscribed': False, 'url': 'https://trello.com/c/2WhQ9HLh/2-braithwaite-corp', 'attachments': [{'bytes': 397509, 'date': '2017-12-20T20:34:27.327Z', 'edgeColor': '#142c44', 'idMember': '4e70b6a280cd7c0000004557', 'isUpload': True, 'mimeType': None, 'name': 'cover.png', 'previews': [{'bytes': 2918, 'url': 'https://trello-attachments.s3.amazonaws.com/5a3ac9392e24760832033315/70x50/d18cd857897f063b994090ca5a1cc4ce/png.png', 'height': 50, 'width': 70, '_id': '5a3ac954fa3bbd3cb71574e4', 'scaled': False}, {'bytes': 15699, 'url': 'https://trello-attachments.s3.amazonaws.com/5a3ac9392e24760832033315/250x150/9e693924f55616a00299a7aaa429b105/png.png', 'height': 150, 'width': 250, '_id': '5a3ac954fa3bbd3cb71574e3', 'scaled': False}, {'bytes': 10783, 'url': 'https://trello-attachments.s3.amazonaws.com/5a3ac9392e24760832033315/150x120/b0c32b8c70b81c2fa5a6d08fd54d2252/png.png', 'height': 120, 'width': 150, '_id': '5a3ac954fa3bbd3cb71574e2', 'scaled': True}, {'bytes': 33773, 'url': 'https://trello-attachments.s3.amazonaws.com/5a3ac9392e24760832033315/300x240/92dd8ad4182d21965593771e8e99b368/png.png', 'height': 240, 'width': 300, '_id': '5a3ac954fa3bbd3cb71574e1', 'scaled': True}, {'bytes': 109230, 'url': 'https://trello-attachments.s3.amazonaws.com/5a3ac9392e24760832033315/600x480/bcb2683d9bfa1d9594334e32e3c71f36/png.png', 'height': 480, 'width': 600, '_id': '5a3ac954fa3bbd3cb71574e0', 'scaled': True}, {'bytes': 362575, 'url': 'https://trello-attachments.s3.amazonaws.com/5a3ac9392e24760832033315/1200x960/0eec322e5193271fd2c13db05f986a95/png.png', 'height': 960, 'width': 1200, '_id': '5a3ac954fa3bbd3cb71574df', 'scaled': True}, {'bytes': 397509, 'height': 1024, 'width': 1280, 'url': 'https://trello-attachments.s3.amazonaws.com/5a2af0af5a787645e01b264e/5a3ac9392e24760832033315/4dabb2d0d8da769decf25b9448c1d2ae/png.png', '_id': '5a3ac954fa3bbd3cb71574de', 'scaled': True}], 'url': 'https://trello-attachments.s3.amazonaws.com/5a2af0af5a787645e01b264e/5a3ac9392e24760832033315/4dabb2d0d8da769decf25b9448c1d2ae/png.png', 'pos': 16384, 'id': '5a3ac953c8021890f3ab8f03'}, {'bytes': None, 'date': '2017-12-20T20:34:54.945Z', 'edgeColor': None, 'idMember': '4e70b6a280cd7c0000004557', 'isUpload': False, 'mimeType': '', 'name': 'Braithwaite Corp.', 'previews': [], 'url': 'https://braithwaitecorp.com/', 'pos': 32768, 'id': '5a3ac96ed186831e88122477'}, {'bytes': None, 'date': '2017-12-20T20:35:13.086Z', 'edgeColor': None, 'idMember': '4e70b6a280cd7c0000004557', 'isUpload': False, 'mimeType': '', 'name': 'Repo', 'previews': [], 'url': 'https://github.com/myles/braithwaitecorp.com', 'pos': 24576, 'id': '5a3ac981af5a5227a90f32ac'}], 'pluginData': []}, {'id': '5a3ac9afaa1fb1041db28198', 'checkItemStates': None, 'closed': False, 'dateLastActivity': '2017-12-20T20:37:12.226Z', 'desc': '', 'descData': None, 'idBoard': '5a2af0af5a787645e01b264e', 'idList': '5a3ac7e1f5228413f951e5dc', 'idMembersVoted': [], 'idShort': 3, 'idAttachmentCover': '5a3ac9d50863e75efd8025b1', 'limits': {'attachments': {'perCard': {'status': 'ok', 'disableAt': 950, 'warnAt': 900}}, 'checklists': {'perCard': {'status': 'ok', 'disableAt': 475, 'warnAt': 450}}, 'stickers': {'perCard': {'status': 'ok', 'disableAt': 67, 'warnAt': 63}}}, 'idLabels': ['5a3ac9ba3e38ddb08a534a10', '5a3ac8dfef0711f03b0de5fa'], 'manualCoverAttachment': False, 'name': "Myles' Gifs", 'pos': 196607, 'shortLink': 'iKKg8l8b', 'badges': {'votes': 0, 'attachmentsByType': {'trello': {'board': 0, 'card': 0}}, 'viewingMemberVoted': False, 'subscribed': False, 'fogbugz': '', 'checkItems': 0, 'checkItemsChecked': 0, 'comments': 0, 'attachments': 3, 'description': False, 'due': None, 'dueComplete': False}, 'dueComplete': False, 'due': None, 'idChecklists': [], 'idMembers': [], 'labels': [{'id': '5a3ac9ba3e38ddb08a534a10', 'idBoard': '5a2af0af5a787645e01b264e', 'name': 'Gorilla', 'color': 'green', 'uses': 1}, {'id': '5a3ac8dfef0711f03b0de5fa', 'idBoard': '5a2af0af5a787645e01b264e', 'name': 'Personal', 'color': 'red', 'uses': 16}], 'shortUrl': 'https://trello.com/c/iKKg8l8b', 'subscribed': False, 'url': 'https://trello.com/c/iKKg8l8b/3-myles-gifs', 'attachments': [{'bytes': 873500, 'date': '2017-12-20T20:36:37.113Z', 'edgeColor': '#745484', 'idMember': '4e70b6a280cd7c0000004557', 'isUpload': True, 'mimeType': None, 'name': 'cover.png', 'previews': [{'bytes': 5374, 'url': 'https://trello-attachments.s3.amazonaws.com/5a3ac9afaa1fb1041db28198/70x50/30996c22b8842ec27223f9837dd169c3/png.png', 'height': 50, 'width': 70, '_id': '5a3ac9d6899eeb23325305c8', 'scaled': False}, {'bytes': 30245, 'url': 'https://trello-attachments.s3.amazonaws.com/5a3ac9afaa1fb1041db28198/250x150/d787dedd09a45863dd6a04b47184a7aa/png.png', 'height': 150, 'width': 250, '_id': '5a3ac9d6899eeb23325305c7', 'scaled': False}, {'bytes': 20640, 'url': 'https://trello-attachments.s3.amazonaws.com/5a3ac9afaa1fb1041db28198/150x120/7e0df0d400e5b248ad074afc17728daa/png.png', 'height': 120, 'width': 150, '_id': '5a3ac9d6899eeb23325305c6', 'scaled': True}, {'bytes': 65816, 'url': 'https://trello-attachments.s3.amazonaws.com/5a3ac9afaa1fb1041db28198/300x240/c035138556be7497bd341bb248a9b8cb/png.png', 'height': 240, 'width': 300, '_id': '5a3ac9d6899eeb23325305c5', 'scaled': True}, {'bytes': 218181, 'url': 'https://trello-attachments.s3.amazonaws.com/5a3ac9afaa1fb1041db28198/600x480/4d0cc859795fd382042f633ea04a049a/png.png', 'height': 480, 'width': 600, '_id': '5a3ac9d6899eeb23325305c4', 'scaled': True}, {'bytes': 751042, 'url': 'https://trello-attachments.s3.amazonaws.com/5a3ac9afaa1fb1041db28198/1200x960/c04eb37f6d5b41de341077c121d2e345/png.png', 'height': 960, 'width': 1200, '_id': '5a3ac9d6899eeb23325305c3', 'scaled': True}, {'bytes': 873500, 'height': 1024, 'width': 1280, 'url': 'https://trello-attachments.s3.amazonaws.com/5a2af0af5a787645e01b264e/5a3ac9afaa1fb1041db28198/c02bd2ccaffaebf18b6cb5d8258ce5f9/png.png', '_id': '5a3ac9d6899eeb23325305c2', 'scaled': True}], 'url': 'https://trello-attachments.s3.amazonaws.com/5a2af0af5a787645e01b264e/5a3ac9afaa1fb1041db28198/c02bd2ccaffaebf18b6cb5d8258ce5f9/png.png', 'pos': 16384, 'id': '5a3ac9d50863e75efd8025b1'}, {'bytes': None, 'date': '2017-12-20T20:37:00.640Z', 'edgeColor': None, 'idMember': '4e70b6a280cd7c0000004557', 'isUpload': False, 'mimeType': '', 'name': 'Repo', 'previews': [], 'url': 'https://github.com/myles/gifs.mylesb.ca', 'pos': 32768, 'id': '5a3ac9ec2077863d416aed02'}, {'bytes': None, 'date': '2017-12-20T20:37:07.205Z', 'edgeColor': None, 'idMember': '4e70b6a280cd7c0000004557', 'isUpload': False, 'mimeType': '', 'name': "Myles' Gifs", 'previews': [], 'url': 'https://gifs.mylesb.ca/', 'pos': 49152, 'id': '5a3ac9f353c71a363f53dbfb'}], 'pluginData': []}]
----------
labels: [{'id': '5a3ac8dfef0711f03b0de5fa', 'idBoard': '5a2af0af5a787645e01b264e', 'name': 'Personal', 'color': 'red', 'uses': 16}, {'id': '5a3ac8dc7e175cba2fe9aa41', 'idBoard': '5a2af0af5a787645e01b264e', 'name': 'Work', 'color': 'red', 'uses': 4}, {'id': '5a3acc65d8526027ffa8d5db', 'idBoard': '5a2af0af5a787645e01b264e', 'name': 'NearlyFreeSpeech.NET', 'color': 'green', 'uses': 3}, {'id': '5a3ac85974ea7e3cce9048c2', 'idBoard': '5a2af0af5a787645e01b264e', 'name': 'Netlify', 'color': 'green', 'uses': 2}, {'id': '5a3ac9ba3e38ddb08a534a10', 'idBoard': '5a2af0af5a787645e01b264e', 'name': 'Gorilla', 'color': 'green', 'uses': 1}]
----------
lists: [{'id': '5a3aca2819f22d33b5c307e7', 'name': 'README', 'closed': False, 'idBoard': '5a2af0af5a787645e01b264e', 'pos': 32767.5, 'subscribed': None, 'limits': {'cards': {'openPerList': {'status': 'ok', 'disableAt': 4750, 'warnAt': 4500}, 'totalPerList': {'status': 'ok', 'disableAt': 950000, 'warnAt': 900000}}}}, {'id': '5a3ac7d743101a2b7a8103b2', 'name': 'Backlog', 'closed': False, 'idBoard': '5a2af0af5a787645e01b264e', 'pos': 65535, 'subscribed': None, 'limits': {'cards': {'openPerList': {'status': 'ok', 'disableAt': 4750, 'warnAt': 4500}, 'totalPerList': {'status': 'ok', 'disableAt': 950000, 'warnAt': 900000}}}}, {'id': '5a3ac7d8ae8bbf3406c5708a', 'name': 'Planning', 'closed': False, 'idBoard': '5a2af0af5a787645e01b264e', 'pos': 131071, 'subscribed': None, 'limits': {'cards': {'openPerList': {'status': 'ok', 'disableAt': 4750, 'warnAt': 4500}, 'totalPerList': {'status': 'ok', 'disableAt': 950000, 'warnAt': 900000}}}}, {'id': '5a3ac7df6ad96873de945b10', 'name': 'In Progress', 'closed': False, 'idBoard': '5a2af0af5a787645e01b264e', 'pos': 196607, 'subscribed': None, 'limits': {'cards': {'openPerList': {'status': 'ok', 'disableAt': 4750, 'warnAt': 4500}, 'totalPerList': {'status': 'ok', 'disableAt': 950000, 'warnAt': 900000}}}}, {'id': '5a3ac7df69f5a3b11eadf9e1', 'name': 'Done', 'closed': False, 'idBoard': '5a2af0af5a787645e01b264e', 'pos': 262143, 'subscribed': None, 'limits': {'cards': {'openPerList': {'status': 'ok', 'disableAt': 4750, 'warnAt': 4500}, 'totalPerList': {'status': 'ok', 'disableAt': 950000, 'warnAt': 900000}}}}, {'id': '5a3ac7e1f5228413f951e5dc', 'name': 'Deployed', 'closed': False, 'idBoard': '5a2af0af5a787645e01b264e', 'pos': 327679, 'subscribed': None, 'limits': {'cards': {'openPerList': {'status': 'ok', 'disableAt': 4750, 'warnAt': 4500}, 'totalPerList': {'status': 'ok', 'disableAt': 950000, 'warnAt': 900000}}}}]
----------
members: [{'id': '4e70b6a280cd7c0000004557', 'avatarHash': '8c527ef8ac129c529ffd83096fb8b3de', 'bio': '', 'bioData': {'emoji': {}}, 'confirmed': True, 'fullName': 'Myles B', 'idPremOrgsAdmin': None, 'initials': 'MB', 'memberType': 'normal', 'products': [], 'status': 'disconnected', 'url': 'https://trello.com/myles', 'username': 'myles'}]
----------
checklists: []
----------
memberships: [{'id': '5a2af0af5a787645e01b264f', 'idMember': '4e70b6a280cd7c0000004557', 'memberType': 'admin', 'unconfirmed': False}]
----------
pluginData: []
----------

In [19]:
board['lists'][-1]


Out[19]:
{'closed': False,
 'id': '5a3ac7e1f5228413f951e5dc',
 'idBoard': '5a2af0af5a787645e01b264e',
 'limits': {'cards': {'openPerList': {'disableAt': 4750,
    'status': 'ok',
    'warnAt': 4500},
   'totalPerList': {'disableAt': 950000, 'status': 'ok', 'warnAt': 900000}}},
 'name': 'Deployed',
 'pos': 327679,
 'subscribed': None}

In [22]:
for key in board['cards'][0].keys():
    print(key)


id
checkItemStates
closed
dateLastActivity
desc
descData
idBoard
idList
idMembersVoted
idShort
idAttachmentCover
limits
idLabels
manualCoverAttachment
name
pos
shortLink
badges
dueComplete
due
idChecklists
idMembers
labels
shortUrl
subscribed
url
attachments
pluginData

In [25]:
card = board['cards'][0]

for key in card.keys():
    print(key)


id
checkItemStates
closed
dateLastActivity
desc
descData
idBoard
idList
idMembersVoted
idShort
idAttachmentCover
limits
idLabels
manualCoverAttachment
name
pos
shortLink
badges
dueComplete
due
idChecklists
idMembers
labels
shortUrl
subscribed
url
attachments
pluginData

In [32]:
card['idAttachmentCover']


Out[32]:
'5a3ac9d50863e75efd8025b1'

In [31]:
card['attachments']


Out[31]:
[{'bytes': 873500,
  'date': '2017-12-20T20:36:37.113Z',
  'edgeColor': '#745484',
  'id': '5a3ac9d50863e75efd8025b1',
  'idMember': '4e70b6a280cd7c0000004557',
  'isUpload': True,
  'mimeType': None,
  'name': 'cover.png',
  'pos': 16384,
  'previews': [{'_id': '5a3ac9d6899eeb23325305c8',
    'bytes': 5374,
    'height': 50,
    'scaled': False,
    'url': 'https://trello-attachments.s3.amazonaws.com/5a3ac9afaa1fb1041db28198/70x50/30996c22b8842ec27223f9837dd169c3/png.png',
    'width': 70},
   {'_id': '5a3ac9d6899eeb23325305c7',
    'bytes': 30245,
    'height': 150,
    'scaled': False,
    'url': 'https://trello-attachments.s3.amazonaws.com/5a3ac9afaa1fb1041db28198/250x150/d787dedd09a45863dd6a04b47184a7aa/png.png',
    'width': 250},
   {'_id': '5a3ac9d6899eeb23325305c6',
    'bytes': 20640,
    'height': 120,
    'scaled': True,
    'url': 'https://trello-attachments.s3.amazonaws.com/5a3ac9afaa1fb1041db28198/150x120/7e0df0d400e5b248ad074afc17728daa/png.png',
    'width': 150},
   {'_id': '5a3ac9d6899eeb23325305c5',
    'bytes': 65816,
    'height': 240,
    'scaled': True,
    'url': 'https://trello-attachments.s3.amazonaws.com/5a3ac9afaa1fb1041db28198/300x240/c035138556be7497bd341bb248a9b8cb/png.png',
    'width': 300},
   {'_id': '5a3ac9d6899eeb23325305c4',
    'bytes': 218181,
    'height': 480,
    'scaled': True,
    'url': 'https://trello-attachments.s3.amazonaws.com/5a3ac9afaa1fb1041db28198/600x480/4d0cc859795fd382042f633ea04a049a/png.png',
    'width': 600},
   {'_id': '5a3ac9d6899eeb23325305c3',
    'bytes': 751042,
    'height': 960,
    'scaled': True,
    'url': 'https://trello-attachments.s3.amazonaws.com/5a3ac9afaa1fb1041db28198/1200x960/c04eb37f6d5b41de341077c121d2e345/png.png',
    'width': 1200},
   {'_id': '5a3ac9d6899eeb23325305c2',
    'bytes': 873500,
    'height': 1024,
    'scaled': True,
    'url': 'https://trello-attachments.s3.amazonaws.com/5a2af0af5a787645e01b264e/5a3ac9afaa1fb1041db28198/c02bd2ccaffaebf18b6cb5d8258ce5f9/png.png',
    'width': 1280}],
  'url': 'https://trello-attachments.s3.amazonaws.com/5a2af0af5a787645e01b264e/5a3ac9afaa1fb1041db28198/c02bd2ccaffaebf18b6cb5d8258ce5f9/png.png'},
 {'bytes': None,
  'date': '2017-12-20T20:37:00.640Z',
  'edgeColor': None,
  'id': '5a3ac9ec2077863d416aed02',
  'idMember': '4e70b6a280cd7c0000004557',
  'isUpload': False,
  'mimeType': '',
  'name': 'Repo',
  'pos': 32768,
  'previews': [],
  'url': 'https://github.com/myles/gifs.mylesb.ca'},
 {'bytes': None,
  'date': '2017-12-20T20:37:07.205Z',
  'edgeColor': None,
  'id': '5a3ac9f353c71a363f53dbfb',
  'idMember': '4e70b6a280cd7c0000004557',
  'isUpload': False,
  'mimeType': '',
  'name': "Myles' Gifs",
  'pos': 49152,
  'previews': [],
  'url': 'https://gifs.mylesb.ca/'}]

In [26]:
for card in board['cards']:
    if card['idList'] == '5a3ac7e1f5228413f951e5dc':
        name = card['name']


Fancy as Fuck
Braithwaite Corp.
Myles' Gifs

In [ ]: