Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.39 KB

README.md

File metadata and controls

24 lines (20 loc) · 1.39 KB

trello-analysis

license docs

Aaron Alberg - [email protected]

Overview

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.

Dependencies

Usage

  • 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
  • Populate your .env file in the root of the project with the following values
    • API_KEY Trello tutorial
    • API_TOKEN Trello tutorial
    • BOARD_ID The ID of the Trello board you want to analyze (you can find this by adding .json to the end of your board URL)
    • FULL_DETAILS Whether or not you want the names of the cards printed along with the summaries of each list
  • That's it! Use python3 trello.py from the project directory to run the script