xtin Posted June 7, 2013 Share Posted June 7, 2013 (edited) Here's a quick workflow for wunderlist 2, it uses its undocumented api To use it you need to edit the file wunderfred.py in the workflow, there is a line that you need to edit your login credentials to: w = Wunderlist("email","password") #<<< Add login credentials here! It has 3 commands. wlup - updates the cached list (takes a while) wlt - lists the tasks filtered by whatever you type after the keyword. If you select a task and hit enter, it will be marked completed. wla - adds a new task to the list you select by searching. whatever is after the : will be written to the task WARNING: I do not have the time and will therefore not support this workflow, I just put it out there, for someone to pick it up and hone it into a more polished workflow. It works fine for me and has all that's necessary, but there are several things that could be improved. (e.g. login credentials, convenient way to set importance and other things required.). Also it might break at any time if wunderlist changes their api, as it is not documented, there is also no guarantee for it to stay that way. If you feel on improving on it, let me know, I will gladly link this thread to your version. Download: http://d.pr/f/J7v0 Credits: Based on the reverse engineering and code done by bsmt: http://bsmt.me/blog/2013/03/02/reverse-engineering-the-wunderlist-api/ Edited June 7, 2013 by xtin Link to comment
hzlzh Posted June 7, 2013 Share Posted June 7, 2013 I used to be a WunderList user. You can submit this workflow onto the List site below~ Link to comment
rjventrone Posted September 7, 2013 Share Posted September 7, 2013 I am having issues with getting this to work. I opened the file and updated the email and password strings and I still can not get it add items. Do you have to have a premium ACC with wunderlist for this to work? Link to comment
kimonostereo Posted September 8, 2013 Share Posted September 8, 2013 I am having issues with getting this to work. I opened the file and updated the email and password strings and I still can not get it add items. Do you have to have a premium ACC with wunderlist for this to work? Not just you. I couldn't get this to work either. Tried everything but no dice. The script doesn't seem to accept any input once you do the 'wla' command. Also, I have a Wunderlist Pro account so that doesn't matter. Link to comment
xtin Posted September 8, 2013 Author Share Posted September 8, 2013 Did you run the update? wlup? Link to comment
kimonostereo Posted September 9, 2013 Share Posted September 9, 2013 Hi xtin, Yes, I ran that but still have the issue where wla will not accept any input. Here's what I see after running wlup. http://d.pr/i/qwuX then I tried adding test to wunderlist... http://d.pr/i/MADy Link to comment
xtin Posted September 9, 2013 Author Share Posted September 9, 2013 After running wlup, you should get a notification, that tells you how many tasks have been cached from the list. (Something like "223 Tasks in 20 Lists") do you get this or what content does the notification show? Link to comment
kimonostereo Posted September 10, 2013 Share Posted September 10, 2013 After running wlup, you should get a notification, that tells you how many tasks have been cached from the list. (Something like "223 Tasks in 20 Lists") do you get this or what content does the notification show? All it says is "Wunderlist updated!" but nothing else. Link to comment
xtin Posted September 10, 2013 Author Share Posted September 10, 2013 I see, that means that something went wrong and no output was generated, hence nothing was cached... unfortunately I don't have a Mac anymore, so I can't really support this. Maybe one of the other active workflow devs could take this over? Link to comment
kimonostereo Posted September 10, 2013 Share Posted September 10, 2013 I tried poking around, but couldn't figure it out. Hopefully someone can install and get it working, then let us know how they did it. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now