Python Command Line Interface
dwaring87 says:
Hello All,
I've put together a rough python-based command line interface using the official RTM API. Right now you can view tasks (including their priorities, any tags, notes and due dates), add tasks, complete tasks, delete tasks, set/edit priorities, due dates and tags, and modify lists. Any feedback/suggestions would be helpful. Feel free to expand upon this or use it for other projects.
More information & downloads here:
http://purl.org/david.waring/projects/rtm.html
I've put together a rough python-based command line interface using the official RTM API. Right now you can view tasks (including their priorities, any tags, notes and due dates), add tasks, complete tasks, delete tasks, set/edit priorities, due dates and tags, and modify lists. Any feedback/suggestions would be helpful. Feel free to expand upon this or use it for other projects.
More information & downloads here:
http://purl.org/david.waring/projects/rtm.html
poolek says:
Thanks! I just downloaded this and will play around with it when I get back from work.
(closed account) says:
That's ace!
I've been trying to do something similar with python, but what you've got is far beyond what I thought was possible!
Keep up the good work, I'll keep an eye out for version 1.0
I've been trying to do something similar with python, but what you've got is far beyond what I thought was possible!
Keep up the good work, I'll keep an eye out for version 1.0
dwaring87 says:
If anyone's been using this script and has been receiving the "Error: 111: format 'rest' not found", I've updated the script to fix this problem.
It uses a different API interface - so if you're updating, you'll have to download pyrtm (the new API interface) and the updated script.
For more information and downloads:
http://www.davidwaring.net/projects/rtm.html
It uses a different API interface - so if you're updating, you'll have to download pyrtm (the new API interface) and the updated script.
For more information and downloads:
http://www.davidwaring.net/projects/rtm.html
Log in
to post a reply.