-
Nothing works.
Alfred Todoist workflow v5.0.0
Alfred v3.7
Node.js v10.11.0
```
[2018-10-03 21:06:23][ERROR: input.scriptfilter] JSON error: JSON text did not start with array or object and …
-
After setting up the API token (issued by Todoist) I cannot get the workflow to work anymore. See error attached. Any idea how to restore this?
![2018-10-11_16-05-24](https://user-images.githubuserco…
-
With the great migration coming to an end, it's time to track the final tasks and make sure they are done before 0.91.
- [x] Update LabelBot to no longer attach platform labels https://github.com/h…
-
``` python
import datetime
import todoist
account = ('', '')
api = todoist.TodoistAPI()
user = api.user.login(*account)
def set_completed(_id):
api.sync()
t = api.items.get_by_…
-
I'm missing some docu and tried to setup the project (on a local PC though, not yet a Raspberry).
After executing npm install and gulp, the page seems to be up and running, but only results in the …
fcrbe updated
6 years ago
-
I have a few lists that I use with the the Todoist API which are not really todos that I need to see often. I would love them to be hidden from the Alfred interface, but I don't see a option.
What…
-
#### What's the problem?
I configured it. It shows INBOX but it is blank :(
#### How did you expect it to behave?
Help :3
#### Operating system
OS: Arch
#### Terminal program & version
K…
-
**Home Assistant release (`hass --version`):**
[root@media home-assistant]# hass --version
0.54.0
**Python release (`python3 --version`):**
[root@media home-assistant]# python3 --version
Python…
-
Really love this app. Would be good to change the api token link to https://todoist.com/prefs/integrations. Perhaps I can cook up a PR if I can find the right place.
Kisty updated
6 years ago
-
The README suggests passing no parameters to the `TodoistAPI` constructor, and then using `TodoistAPI.user.login()` to sign in the user. It seems from my experimentation that a simpler signin solution…