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.

wunderlist2asana's People

Contributors

casegold avatar ishalyminov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

wunderlist2asana's Issues

[Feature request] Import comments on tasks.

I tried on my own but couldn't figure it out.

Can you please implement the option to import the comments (and not just the notes) when moving tasks from Whunderlist to Asana?

Thank you in advance.

Error while trying to execute the second command line

Currently, while trying to execute the following line:

$ python wunderlist_to_asana.py <Wunderlist backup file> <Asana token> <Asana workspace name>

It will return the following error

Traceback (most recent call last):
File "wunderlist_to_asana.py", line 122, in
move_content(args.wunderlist_backup, args.asana_token, args.workspace_name)
File "wunderlist_to_asana.py", line 30, in move_content
workspace_id = get_workspace_id(in_asana_token, in_workspace_name)
File "wunderlist_to_asana.py", line 12, in get_workspace_id
for workspace in client.workspaces.find_all()
File "wunderlist_to_asana.py", line 13, in
if workspace['name'] == in_workspace_name
KeyError: 'id'

The API call does seem to get triggered (on Asana) but no tasks are imported still.

asana.error.InvalidRequestError: Invalid Request: Missing required `team` field

Hi I'm getting this strange error while trying to import my Wunderlist tasks into Asana. Any ideas?

(base) C:\Users\WDAGUtilityAccount\wunderlist2asana-master>python wunderlist_to_asana.py Tasks.json <removed> <removed>
C:\ProgramData\Miniconda3\lib\site-packages\asana\client.py:153: UserWarning: This request is affected by the "string_ids" deprecation. Please visit this url for more info: https://asa.na/api-string-ids
Adding "string_ids" to your "Asana-Enable" or "Asana-Disable" header will opt in/out to this deprecation and suppress this warning.
warnings.warn(message)
Processing Wunderlist list "inbox" (1/7)
Traceback (most recent call last):
File "wunderlist_to_asana.py", line 121, in <module> move_content(args.wunderlist_backup, args.asana_token, args.workspace_name)
File "wunderlist_to_asana.py", line 46, in move_content {'name': project['title']}
File "C:\ProgramData\Miniconda3\lib\site-packages\asana\resources\gen\projects.py", line 51, in create_in_workspace return self.client.post(path, params, **options)
File "C:\ProgramData\Miniconda3\lib\site-packages\asana\client.py", line 200, in post return self.request('post', path, data=body, headers=headers, **options)
File "C:\ProgramData\Miniconda3\lib\site-packages\asana\client.py", line 89, in request raise STATUS_MAP[response.status_code](response)
asana.error.InvalidRequestError: Invalid Request: Missing required team field

Getting an unauthorized error

Hi,

Thanks for making this!

I'm getting the following error:

asana.error.NoAuthorizationError: No Authorization: Not Authorized

I'm sure the token is correct though, I've also tried resetting it..

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.