Reads actions from Trello (using the trello API) and saves each action as a row in output.csv.
Note for NZ gov / DIA users: This will not run on a DIA device (they are super locked down). You will need to ask a dev to run this for you.
- Use the version of python specified in
.python-version(install pyenv to do this automatically) - Install the dependencies
pip install -r requirements.txt cp env-example .env- Get a Trello API key and token from https://trello.com/app-key
- Place Trello api key and token in
.envfile
./run.py