This project is used to analyze our sales pipeline. For now,
trello_export.py
just dumps information
from all of our trello cards into a csv.
-
mkvirtualenv bizdev && pip install -r requirements/python
-
add the following content to
conf/trello.ini
[trello] api_key = xxx # from https://trello.com/app-key api_secret = xxx # from https://trello.com/app-key token = xxx # python sales_pipeline/setup_trello_oauth.py token_secret = xxx # python sales_pipeline/setup_trello_oauth.py pipeline_board = xxx # hash from the sales pipeline trello board url