Skip to content

This is a very badly written Python script that uses the Todoist API to remove any unused tags (which isn't possible in bulk any other way, as far as I know).

Notifications You must be signed in to change notification settings

tomfbush/todoist-remove-unused-tags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

todoist-remove-unused-tags

Description

This is a very badly written Python script that uses the Todoist API to remove any unused tags (which isn't possible in bulk any other way, as far as I know).

It is my first working Python code and as such is very inefficient, but I will be improving it and hope to build on it to develop some other tools that are useful when dealing with Todoist (for example for analysis, sorting, etc.).

Usage

You need to add your Todoist API token to token.txt. Make sure there isn't any whitespace!

It should just work once you have done that.

Disclaimer

This is highly unlikely to do anything unexpected as the API commands to delete tasks etc. just don't appear in the code, but don't blame me if it does. Everything is done at your own risk.

I may write this up on my website at some point when the code is better.

About

This is a very badly written Python script that uses the Todoist API to remove any unused tags (which isn't possible in bulk any other way, as far as I know).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages