This tap is designed as a hack to get around the limitations of the StitchData integration which does not support Custom Fields and Organizations. It's not intended to be a replacement, but instead a companion which adds the missing schemas.
Unfortunately, the Trello API requires us to iterate over the entire relational model of Organizations, Boards, Cards, Custom Field Items, Custom Fields, etc. to retrieve the missing data.
- Obtain your Trello API Keys.
- Export these environment variables:
TRELLO_API_KEY
TRELLO_API_TOKEN
TRELLO_USERNAME
- Install requirements:
pip install -r requirements.txt
- Run
tap_trello.py