Skip to content

DeveloperrEva/aaiotrello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

English

aaiotrello

Async Trello API Client

Python 3.7+

Install

pip install aaiotrello

Auth

TRELLO_APP_TOKEN:

First you need gen auth url:

from aaiotrello import TrelloApi

trello = TrelloApi(config.TRELLO_KEY)
trello.set_token(config.TRELLO_TOKEN)

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)

Sample usage

Get board info:

board = await trello_app.boards.get("5c49c07e48557d4e29414936")

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages