polozhevets / trello_api

Trello API Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trello_api

Trello API Client

Python2 and Python3 supported

Install

pip install git+https://github.com/polozhevets/trello_api

Auth

TRELLO_APP_TOKEN:

First you need gen auth url:

from trello_api import TrelloApi

trello_app = TrelloApi(TRELLO_APP_KEY)

token_url = trello_app.get_token_url('MyAppBot', expires='never', write_access=True)

Than you need copy value of token_url and auth your trello account in webbrowser After that you will get token

Apply token in your app:

trello_app.set_token(TRELLO_APP_TOKEN)

Asynchronous version https://github.com/polozhevets/atrello

Deprecated source: https://developers.kilnhg.com/Code/Trello/Group/TrelloPy?nr=

About

Trello API Client


Languages

Language:Python 100.0%