Skip to main content

Async Python library for interacting with the Trello API

Project description

English

aaiotrello

Async Trello API Client

Python 3.7+

Install

pip install aaiotrello

Auth

TRELLO_APP_KEY: https://trello.com/app-key/

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")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aaiotrello-2.0.0.tar.gz (7.8 kB view hashes)

Uploaded Source

Built Distribution

aaiotrello-2.0.0-py3-none-any.whl (11.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page