jacoblo Posted November 30, 2018 Share Posted November 30, 2018 (edited) My first shared workflow and can most likely be improved. Recently switched from Toodist to Tick Tick but was frustrated by lack of Alfred (and Google Assistant) integrations. Also using the same script with IFTTT to enable basic Google Home support for Tick Tick. Instructions: Add to Alfred. Add your email adress and password in the workflow settings. Default is that they are created in the inbox. If you prefer, you can change the bin/bash script to python tick.py -t '{query}' -p PROJECTID to place it in a specific list. List/projectid can be found in the url while using web version of Tick Tick. File: https://jmp.sh/Q161DZS Questions? Questions ask away and I will do my best to answer. No plans (nor knowledge) for any more advanced features but if anyone would like to use any of it to build something more advanced then feel free to do so! Edited December 1, 2018 by jacoblo Updated info Link to comment
vitor Posted December 1, 2018 Share Posted December 1, 2018 13 hours ago, jacoblo said: In the python file 13 hours ago, jacoblo said: change the bin/bash script Instead of having users change source code files (which will be overridden on updates), you should make use of Workflow Environment Variables users can set and you check with conditionals in your code, to do one action or another. This post tells you how to read them: Link to comment
jacoblo Posted December 1, 2018 Author Share Posted December 1, 2018 24 minutes ago, vitor said: Instead of having users change source code files (which will be overridden on updates), you should make use of Workflow Environment Variables users can set and you check with conditionals in your code, to do one action or another. This post tells you how to read them: Like this and then handling it in the python file? Link to comment
deanishe Posted December 1, 2018 Share Posted December 1, 2018 2 hours ago, jacoblo said: Like this and then handling it in the python file? No. My post is pretty clear that {var:...} expansion doesn't work in Script boxes and also explains exactly how to read the variables from Python code. Link to comment
marginwalker Posted December 21, 2018 Share Posted December 21, 2018 This is great! Saved me a bunch of work and time. Thank you @jacoblo jacoblo 1 Link to comment
crazycarl Posted February 16, 2019 Share Posted February 16, 2019 Hi, I can't get this working even after setting username/password. it shows task added notification, but doesn't do anything. Do I need to install something else to work with this? If you have time to respond I'd really appreciate 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