Asana Tutorial
- A self-contained tutorial for the Asana REST API and a Python analytics wrapper that aggregates user-activity metrics across projects.
Quick Start¶
Change directory to the tutorial folder:
> cd tutorials/tutorial_asanaBuild the Docker image:
> ./docker_build.shLaunch Jupyter Lab:
> ASANA_ACCESS_TOKEN=<your_pat> ASANA_PROJECT_GID=<project_gid> ./docker_jupyter.shOpen the notebooks in order:
asana.API.ipynb— Learn the core Asana API concepts (authentication, projects, tasks, stories) with minimal runnable examples.asana.example.ipynb— End-to-end user-activity analytics: fetch tasks and comments, compute per-user statistics, and display results.
For more information on the Docker build system refer to the Project template README.