This Python script allows you to enumerate tasks and gather various statistics from a Trello backup JSON file. It provides you with valuable insights into your Trello boards, such as the number of tasks, cards per list, activity in different time periods, and more.
Trello Stats: Enumerate and gather statistics from Trello backup JSON file
This Python script allows you to enumerate tasks and gather various statistics from a Trello backup JSON file. It provides you with valuable insights into your Trello boards, such as the number of tasks, cards per list, activity in different time periods, and more.
Load Trello backup JSON file Enumerate tasks in the "Done" list Gather statistics about cards (number of cards, cards per list, cards per time period, etc.) Display the number of tasks you should do (not in the "Done" list)
Python 3.x
Clone the repository or download the source code as a ZIP file. Extract the contents of the ZIP file (if applicable). Make sure you have Python 3.x installed on your system. Replace 'your_backup_file.json' with the actual path to your Trello backup JSON file in the script.
Open a terminal or command prompt. Navigate to the directory containing the script. Run the script using the following command: python trello_stats.py The script will display the statistics and enumerate tasks in the "Done" list.
This project is licensed under the MIT License - see the LICENSE file for details.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
If you have any questions, feel free to contact us at telegram @uberwow.
Acknowledgements This project was inspired by the need to analyze and gather statistics from Trello boards. Special thanks to the Trello team for providing the API and backup functionality.