https://github.com/zombiezen/asana-md-export
https://github.com/zombiezen/asana-md-export
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/zombiezen/asana-md-export
- Owner: zombiezen
- License: apache-2.0
- Created: 2024-01-04T17:10:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-22T20:58:18.000Z (over 2 years ago)
- Last Synced: 2025-04-03T08:31:09.169Z (over 1 year ago)
- Language: Go
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Asana Markdown export
This is a small set of scripts I wrote to export my Asana data to Obsidian.
I've made it public in case anyone else wants to use it,
but I'm providing it as-is
(i.e. I'm not providing any level of support for it).
## Usage
[Download Nix](https://nixos.org/download) if you don't already have it.
Generate an [Asana access token](https://app.asana.com/0/my-apps)
then copy it into the `ASANA_ACCESS_TOKEN` environment variable.
Then run the following:
```shell
nix build &&
result/bin/asana-my-tasks > my-tasks.json &&
result/bin/asana-to-md out < my-tasks.json
```
## License
[Apache 2.0](LICENSE)