/todo-saver

Back up your Todoist tasks to a JSON file that they can be restored from.

Primary LanguagePythonApache License 2.0Apache-2.0

todo-saver

Back up your Todoist tasks to a JSON file that they can be restored from.

This tool uses the Todoist API but does not back up projects, sections, labels, or comments. Be careful of the API's request limits.

setup

  1. clone the repo
  2. pip install -r requirements.txt
  3. create a .env file with variables backup_dir and todoist_api_token
  4. py main.py