/asana-scripts

Scripts for interacting with Asana

Primary LanguagePythonMIT LicenseMIT

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.