I want to regularly export a project from Asana in csv, programatically. An example of how to do this manually is here.
My objective is to have a frequently updated list of all tasks and where they are in the project (what "column") for reporting purposes. Getting the data is my current bottleneck, the rest can be done with basic Python.
Ideally I'd like to use the Asana python API, but can also be via the command line if easier.
Question: How can I programmatically export a project in csv format from Asana?