{"id":15960519,"url":"https://github.com/artushak/asana2taskwarrior","last_synced_at":"2025-10-27T23:39:09.755Z","repository":{"id":115807737,"uuid":"458725151","full_name":"ArtUshak/asana2taskwarrior","owner":"ArtUshak","description":"Script to convert JSON with tasks exported from Asana to Taskwarrior JSON","archived":false,"fork":false,"pushed_at":"2024-08-03T10:08:33.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-27T23:39:09.119Z","etag":null,"topics":["asana","asana-api","converter","taskwarrior"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ArtUshak.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-13T06:04:09.000Z","updated_at":"2024-08-03T10:08:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"d926f1db-5e49-46b8-902d-6de46c028f1f","html_url":"https://github.com/ArtUshak/asana2taskwarrior","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ArtUshak/asana2taskwarrior","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArtUshak%2Fasana2taskwarrior","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArtUshak%2Fasana2taskwarrior/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArtUshak%2Fasana2taskwarrior/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArtUshak%2Fasana2taskwarrior/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ArtUshak","download_url":"https://codeload.github.com/ArtUshak/asana2taskwarrior/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArtUshak%2Fasana2taskwarrior/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281361399,"owners_count":26487881,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-27T02:00:05.855Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asana","asana-api","converter","taskwarrior"],"created_at":"2024-10-07T15:20:22.034Z","updated_at":"2025-10-27T23:39:09.738Z","avatar_url":"https://github.com/ArtUshak.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Asana-to-Taskwarrior task converter\n\nThis is script to convert exported tasks from [Asana API](https://developers.asana.com/docs/get-tasks-from-a-project) JSON to [Taskwarrior import](https://github.com/GothenburgBitFactory/taskwarrior/blob/develop/doc/devel/rfcs/task.md) JSON.\n\n## Usage\n\n1. Export tasks from Asana project using API and get JSON file `input.json`.\n2. Convert tasks: `asana2taskwarrior --input-asana-file input.json --output-taskwarrior-file output.json`\n3. Import tasks to Taskwarrior: `task import output.json`\n\n## Options\n\n* `--append-sections-to-project` — add section names to output project names, for example, if task is in section **Labs** of project **Functional programming**, then output project name will be **Functional programming: Labs**\n* `--children-to-dependencies` — mark parent tasks as dependencies of their children\n* `--section-priority-mapping-file FILE` — JSON file with section-to-priority mapping (see below)\n\n## Section-to-priority mapping file\n\nSection-to-priority mapping can be used to determine output task priority from input section name.\n\nExample:\n\n```json\n{\n    \"default_mapping\": \"L\",\n    \"mapping\": {\n        \"Квартира\": \"H\",\n        \"Здоровье\": \"H\",\n        \"Поиск работы\": \"H\",\n        \"Фитнес\": \"M\",\n        \"Компьютер\": \"M\",\n        \"Книги (учебная литература)\": \"M\",\n        \"Учёба: математика\": \"M\",\n        \"Учёба: программирование\": \"M\",\n        \"Книги (художественная литература)\": \"L\",\n        \"Игры\": \"L\",\n        \"Кино\": \"L\",\n        \"Прочее\": \"M\"\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartushak%2Fasana2taskwarrior","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartushak%2Fasana2taskwarrior","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartushak%2Fasana2taskwarrior/lists"}