Skip to content

Analyzes a Trello board and provides insight not natively available on Trello

License

Notifications You must be signed in to change notification settings

aaronalberg/trello-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Analyzes a Trello board and provides insight not natively available on Trello

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages