Giter Club home page Giter Club logo

wunderlist2asana's Introduction

Wunderlist to Asana

Export your Wunderlist content to Asana

What you get

  • Wunderlist lists --> Asana projects
  • Wunderlist tasks --> Asana tasks

Preserved are:

  • subtasks,
  • due dates,
  • completion status,
  • notes,
  • comments.

Usage:

  1. Get Python and pip for your system (if in doubt, just install Miniconda)
  2. Create your Wunderlist backup (Account Settings --> Create export) - you'll need the Tasks.json file from the resulting zip
  3. Create your Asana private access token (My Profile Settings --> Apps --> Manage Developer Apps)
  4. Run the following:
$ pip install -r requirements.txt
$ python wunderlist_to_asana.py \
  <Wunderlist backup file> \
  <Asana token> \
  <Asana workspace name - must exist already> \
  [team_id - if your workspace is an organization]

team_id doesn't apply to you if your workspace is not an organization; if you're indeed part of an organization but don't know/don't care which team_id should be used, the script will default to the 1st one of the teams you're on as retrieved from Asana.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.