Aaron Alberg - [email protected]
trello-analysis was born because I realized I couldn't count the number of cards in each list in the Trello Board I was using to track job applications.
Trello API
https://developer.atlassian.com/cloud/trello/guides/rest-api/api-introduction/python-dotenv
https://pypi.org/project/python-dotenv/
- Clone this repository on your machine using the link at the top right of this page
- Make sure you have python3 and the python-dotenv package installed
- You can use
pip install -U python-dotenv
- You can use
- Populate your .env file in the root of the project with the following values
- That's it! Use
python3 trello.py
from the project directory to run the script