GitHunt
ET

etihwnad/asana-scripts

Scripts for interacting with Asana

= Scripts for Asana

== Requirements

These are developed and run in a conda environment.
See environment.yml for the specific packages.
The Python version I'm using with this is 3.9.6.

Copy auth.json.example to auth.json and edit with your access token and Workspace ID.

== my-tasks-tag

my-tasks-tag.py 'active'

Collect a list of tasks assigned to me that also have the given tag.

Outputs a sorted list by relative due dates.
Un-dated items are considered due today.

Languages

Python100.0%

Contributors

MIT License
Created September 22, 2021
Updated November 2, 2025
etihwnad/asana-scripts | GitHunt