Pythonista and Trello - Part 1 Key and Token

I have decided to put this into a few short posts as to how to connect Pythonista/Python and Trello and to demonstrate how I currently use the, together.

The first thing you need to get is a key, to do this, in your browser, log in as the account you want to use, then go to https://trello.com/1/appKey/generate. You then need to make a copy of this, note it down etc.

Once you have the key, you now need to get a token.  The token is so it tells which user has authorised access to the account.  You get your token, you will need your key and complete this next link with your key.  The link is https://trello.com/1/authorize?response_type=token&key=[[  YOUR KEY HERE ]]&scope=read,write&expiration=never&name=Trello+API+Demo

Once you have your token, make a note of this and then you are ready to move on.

Part 2 will follow this.

I am always interested in your thoughts so if you have any comments or feedback then please feel free to add any comments, or you can mail me  here.

Related Posts Plugin for WordPress, Blogger... 

 

 

 

Pythonista and Trello - Part 2 Get a list of boards

Robot Cracks a safe