You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every few years I come back to this and find it broken by deprecation. The code now needs to be updated to use either the Sync API v9, which doesn't have an official Python package, or the new REST API. The former is preferred, since it is what this project used originally.
Shouldn't be too difficult. There are only some minor differences and I wish to maintain this project.
Re: #5.
Most things are now working as before.
I note that archived items, sections and projects are not included
in the output if specified. Todoist have changed the way these
things are retrieved, so it will take me longer to fix.
Every few years I come back to this and find it broken by deprecation. The code now needs to be updated to use either the Sync API v9, which doesn't have an official Python package, or the new REST API. The former is preferred, since it is what this project used originally.
Shouldn't be too difficult. There are only some minor differences and I wish to maintain this project.
Todoist's migration guide for v8 to v9 is available here: https://developer.todoist.com/sync/v9/#migrating-from-v8.
The text was updated successfully, but these errors were encountered: