wheelercj / todo-saver

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:Python 100.0%