wtfutil / wtf

The personal information dashboard for your terminal
http://wtfutil.com
Mozilla Public License 2.0
15.89k stars 805 forks source link

todoist is not working, api endpoint nolonger available #1417

Closed rjshrjndrn closed 1 year ago

rjshrjndrn commented 1 year ago

What's broken?

image

    todoist:
      apiKey: "xxxxxxxxxxxxx"
      enabled: true
      position:
        top: 0
        left: 2
        height: 1
        width: 20
      projects:
        - xxxxxxx
      refreshInterval: 1h
Seanstoppable commented 1 year ago

Going over this, we probably should replace the library with our old unmaintained (and forked to boot) version.

I just tried out https://github.com/koki-develop/todoist-go, but hit a snag, since we know task ids exceed the value of in (reason we forked a library). I am going to evaluate https://github.com/kobtea/go-todoist next.

Seanstoppable commented 1 year ago

go-todoist is also broken.

Since we are using limited functionality, I've opted to just update our fork here: https://github.com/wtfutil/todoist/pull/4