Skip to content

Reporting from your trello boards! This is work in progress. Please, stay tuned.

License

Notifications You must be signed in to change notification settings

mmaslano/trello-reporter

 
 

Repository files navigation

trello-reporter

Reports and charts for your trello boards!

This project is currently under heavy development.

Usage

API key

This tool is interacting with trello via API. Every request sent to trello needs two values:

  1. API key
  2. token

You can obtain API key from https://trello.com/app-key.

The token is retrieved automatically from trello with the first request sent to the tool. The token is NOT saved to database. It's set as a cookie.

Running the tool

Please make sure you have docker-compose installed.

Before starting the tool, you have to provide the API key. The easiest way is to set as an environment variable:

$ export API_KEY="mykey"

Then just bring the whole environment up:

$ docker-compose up

Development

Everything is running in docker containers.

Using django

Initializing project

Create new project using django installed in web image, the process will run as your current used so the files and directories are not owned by root:

$ docker-compose run -u $(id -u) web django-admin startproject trello_reporter /opt/app

About

Reporting from your trello boards! This is work in progress. Please, stay tuned.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 78.6%
  • HTML 13.0%
  • JavaScript 7.6%
  • Other 0.8%