Jump to content

Add tasks in Tick Tick


Recommended Posts

Posted (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:

  1. Add to Alfred.
  2. Add your email adress and password in the workflow settings.
  3. Default is that they are created in the inbox.
  4. 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!

 

 

 

Screenshot 2018-12-01 at 00.53.56.png

Screenshot 2018-12-01 at 17.51.33.png

Screenshot 2018-12-01 at 17.51.24.png

Edited by jacoblo
Updated info
Posted
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:

 

Posted
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?

 

409011863_Screenshot2018-12-01at14_42_14.png.1baceccecbc53ff87af2587de0950751.png809792627_Screenshot2018-12-01at14_42_32.png.63c4a9e9a4b038bf90925ac46af2ae2d.png

Posted
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.

  • 3 weeks later...
  • 1 month later...
Posted

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!

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...