Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Tap designed get around limitations of StitchData's Trello integration, which does not support Custom Fields, Attachments, and Organizations.

Notifications You must be signed in to change notification settings

cloudposse-archives/tap-trello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tap-trello

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.

Usage

  1. Obtain your Trello API Keys.
  2. Export these environment variables:
    • TRELLO_API_KEY
    • TRELLO_API_TOKEN
    • TRELLO_USERNAME
  3. Install requirements: pip install -r requirements.txt
  4. Run tap_trello.py

About

Tap designed get around limitations of StitchData's Trello integration, which does not support Custom Fields, Attachments, and Organizations.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published